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