@wearesage/schema
Preparing search index...
IndexOptions
Type Alias IndexOptions
type
IndexOptions
=
{
background
?:
boolean
;
direction
?:
"asc"
|
"desc"
;
name
?:
string
;
sparse
?:
boolean
;
ttl
?:
number
;
unique
?:
boolean
;
}
Index
Properties
background?
direction?
name?
sparse?
ttl?
unique?
Properties
Optional
background
background
?:
boolean
Optional
direction
direction
?:
"asc"
|
"desc"
Optional
name
name
?:
string
Optional
sparse
sparse
?:
boolean
Optional
ttl
ttl
?:
number
Optional
unique
unique
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
background
direction
name
sparse
ttl
unique
@wearesage/schema
Loading...