@valon-technologies/gestalt
Preparing search index...
@valon-technologies/gestalt
ObjectStoreSchema
Interface ObjectStoreSchema
Object store schema used during store creation.
interface
ObjectStoreSchema
{
indexes
?:
IndexSchema
[]
;
columns
?:
ColumnSchema
[]
;
}
Index
Properties
indexes?
columns?
Properties
Optional
indexes
indexes
?:
IndexSchema
[]
Optional
columns
columns
?:
ColumnSchema
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
indexes
columns
@valon-technologies/gestalt
Loading...
Object store schema used during store creation.