@valon-technologies/gestalt
Preparing search index...
@valon-technologies/gestalt
IndexSchema
Interface IndexSchema
Secondary index definition for 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
[]
Optional
unique
unique
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
key
Path
unique
@valon-technologies/gestalt
Loading...
Secondary index definition for an object store.