Deselects all facet values.
Disables the facet. I.e., prevents it from filtering results.
Enables the facet. I.e., undoes the effects of disable
.
Checks whether the facet values are sorted according to the specified criterion.
The criterion to compare.
Whether the facet values are sorted according to the specified criterion.
Sets the number of values displayed in the facet to the originally configured value.
Increases the number of values displayed in the facet to the next multiple of the originally configured value.
Sorts the facet values according to the specified criterion.
The criterion by which to sort values.
Adds a callback that's invoked on state change.
A callback that's invoked on state change.
A function to remove the listener.
Toggles the specified facet value.
The facet value to toggle.
The
CategoryFacet
headless controller offers a high-level interface for designing a facet UI controller that renders values hierarchically.Example: