FacetDefinition
Description
Definition of Facet.
Properties
Name | Type | Description |
---|---|---|
alias | string | Alias for property definitions and object types. |
exclude | { ids: number[]; } | IDs to be excluded (valid for lookup values only). |
id | number | ID of property def, object type or value list. |
objectType | number | Object type, if type = VLOT. |
ordinal | number | Facet ordinal. Order of the facet in UI. |
rangeType | FacetRangeType | Type of range facet ( applies for range facets only ). |
rangeValues | string | Values of range. |
showMore | boolean | True to allow "Show more" link. |
sortField | string | Facet value sort field. |
sortMode | string | Facet value sort mode. |
transformation | FacetTransformation | Facet value transformation. |
type | FacetType | Facet type. |
valueList | number | Value list ID, if type = VL. |