Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.88 KB

File metadata and controls

11 lines (8 loc) · 2.88 KB

FacetValue

Fields

Field Type Required Description Example
stringValue Optional<String> The value that should be set in the FacetFilter when applying this filter to a search request. engineering
integerValue Optional<Long> N/A 5
displayLabel Optional<String> An optional user-friendly label to display in place of the facet value. engineering
iconConfig Optional<IconConfig> Defines how to render an icon {
"color": "#343CED",
"key": "person_icon",
"iconType": "GLYPH",
"name": "user"
}