@coveo/headless-react
    Preparing search index...

    Interface FieldSuggestionsFacet

    A facet to use for field suggestions.

    interface FieldSuggestionsFacet {
        displayName: string;
        facetId: string;
        field: string;
        type: "hierarchical" | "regular";
    }
    Index

    Properties

    displayName: string

    The facet display name.

    facetId: string

    The facet ID.

    field: string

    The facet field.

    type: "hierarchical" | "regular"

    The facet type.