@coveo/headless
    Preparing search index...

    Interface UpdateFacetIsFieldExpandedActionCreatorPayload

    interface UpdateFacetIsFieldExpandedActionCreatorPayload {
        facetId: string;
        isFieldExpanded: boolean;
    }
    Index

    Properties

    facetId: string

    The unique identifier of the facet (e.g., "1").

    isFieldExpanded: boolean

    Whether to expand or shrink down the facet.