Interface StoreDefinition

Description of store that will be created alongside with database

Hierarchy

  • StoreDefinition

Properties

Properties

index: IDBObjectStoreParameters

Indexing method for items in this store. For expample via some key or by auto incrementing new number key to every new item

name: string

Name of store

Generated using TypeDoc