@valon-technologies/gestalt
Preparing search index...
services/indexeddb
ObjectStoreSchema
Interface ObjectStoreSchema
ObjectStoreSchema describes the indexes and columns attached to an object store.
interface
ObjectStoreSchema
{
indexes
:
IndexSchema
[]
;
columns
:
ColumnDef
[]
;
}
Index
Properties
indexes
columns
Properties
indexes
indexes
:
IndexSchema
[]
columns
columns
:
ColumnDef
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
indexes
columns
@valon-technologies/gestalt
Loading...
ObjectStoreSchema describes the indexes and columns attached to an object store.