A scoped and simplified part of the headless state that is relevant to the Automatic Facet controller.

interface AutomaticFacetState {
    field: string;
    label: string;
    values: FacetValue[];
}

Properties

Properties

field: string

The automatic facet field.

label: string

The automatic facet label.

values: FacetValue[]

The automatic facet values.