@coveo/headless
    Preparing search index...

    Interface AutomaticFacetState

    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[];
    }
    Index

    Properties

    Properties

    field: string

    The automatic facet field.

    label: string

    The automatic facet label.

    values: FacetValue[]

    The automatic facet values.