Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Store

Hierarchy

  • IObservableObject
    • Store

Index

Properties

collections

collections: Record<CollectionName, Map<PrimaryKey, any>>

indicies

indicies: Record<CollectionName, Record<IndexKey, Map<IndexValue, PrimaryKey[]>>>

nextId

nextId: TriggerId

observable-object

observable-object: IObservableObject

options

options: StoreOptions

triggers

triggers: Map<TriggerId, Lambda>

Generated using TypeDoc