dc-management-sdk-js
Preparing search index...
EnumFacet
Interface EnumFacet
Enum facet
interface
EnumFacet
{
facetAs
:
"ENUM"
;
field
:
string
;
filter
?:
{
includeWithMissingField
?:
boolean
;
type
:
"IN"
|
"EXCLUDES"
|
"EQ"
;
values
:
string
[]
;
}
;
name
?:
string
;
}
Index
Properties
facet
As
field
filter?
name?
Properties
facet
As
facetAs
:
"ENUM"
field
field
:
string
Optional
filter
filter
?:
{
includeWithMissingField
?:
boolean
;
type
:
"IN"
|
"EXCLUDES"
|
"EQ"
;
values
:
string
[]
;
}
Optional
name
name
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
facet
As
field
filter
name
dc-management-sdk-js
Loading...
Enum facet