Preparing search index...
@universe-dg/sdk
Universe
Platform
Search
ISelectFacetST
Interface ISelectFacetST
Public
interface
ISelectFacetST
{
displayName
?:
string
;
id
?:
string
;
isMulti
?:
boolean
;
isSearchable
?:
boolean
;
key
:
string
;
options
:
SelectOption
[]
|
(
()
=>
Promise
<
SelectOption
[]
>
)
;
parentId
?:
string
;
selectedOptions
?:
SelectOption
[]
;
termGroup
:
keyof
ITermsGroup
;
value
:
string
[]
;
}
Hierarchy (
View Summary
)
IAbstractSearchTerm
ISelectFacetST
Index
Properties
display
Name?
id?
is
Multi?
is
Searchable?
key
options
parent
Id?
selected
Options?
term
Group
value
Properties
Optional
display
Name
displayName
?:
string
Optional
id
id
?:
string
Optional
is
Multi
isMulti
?:
boolean
Optional
is
Searchable
isSearchable
?:
boolean
key
key
:
string
options
options
:
SelectOption
[]
|
(
()
=>
Promise
<
SelectOption
[]
>
)
Optional
parent
Id
parentId
?:
string
Optional
selected
Options
selectedOptions
?:
SelectOption
[]
term
Group
termGroup
:
keyof
ITermsGroup
value
value
:
string
[]
On This Page
Properties
display
Name
id
is
Multi
is
Searchable
key
options
parent
Id
selected
Options
term
Group
value
Юниверс DG SDK UI
Loading...
Public