Preparing search index...
The search index is not available
@spinque/query-api
@spinque/query-api
OptionsResponse
Interface OptionsResponse
Response to a Query for facet options
interface
OptionsResponse
{
id
:
string
;
options
:
{
id
:
string
;
score
:
number
;
title
:
string
;
value
:
string
;
}
[]
;
selected
:
{
id
:
string
;
score
:
number
;
title
:
string
;
value
:
string
;
}
[]
;
title
:
string
;
}
Index
Properties
id
options
selected
title
Properties
id
id
:
string
Name of the facet options endpoint
options
options
:
{
id
:
string
;
score
:
number
;
title
:
string
;
value
:
string
;
}
[]
selected
selected
:
{
id
:
string
;
score
:
number
;
title
:
string
;
value
:
string
;
}
[]
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
options
selected
title
@spinque/query-api
Loading...
Response to a Query for facet options