Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IKStoreOptions

Hierarchy

  • IKStoreOptions

Index

Properties

Optional dir

dir: string

Dir The directory to persist data store to.

Optional encryptionKey

encryptionKey: string

Encrption Key When a value is provided the store will be encrypted.

Optional entrypoint

entrypoint: string

Entrypoint Allows passing parent object but mapping to a child key for the store.

Optional name

name: string

Name The filename when persisting data store.

Optional transform

transform: KStorTransform

Transform Optional method to transform data on laoding from JSON.

Generated using TypeDoc