@valon-technologies/gestalt
Preparing search index...
services/indexeddb
IndexSchema
Interface IndexSchema
IndexSchema describes one secondary index on an object store.
interface
IndexSchema
{
name
:
string
;
keyPath
:
string
[]
;
unique
:
boolean
;
}
Index
Properties
name
key
Path
unique
Properties
name
name
:
string
key
Path
keyPath
:
string
[]
unique
unique
:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
key
Path
unique
@valon-technologies/gestalt
Loading...
IndexSchema describes one secondary index on an object store.