@coveo/headless
    Preparing search index...

    Interface ToggleSelectDateFacetValueActionCreatorPayload

    interface ToggleSelectDateFacetValueActionCreatorPayload {
        facetId: string;
        selection: DateFacetValue;
    }
    Index

    Properties

    Properties

    facetId: string

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

    selection: DateFacetValue

    The target date facet value.