@coveo/headless
    Preparing search index...

    Interface UpdateDateFacetValuesActionCreatorPayload

    interface UpdateDateFacetValuesActionCreatorPayload {
        facetId: string;
        values: DateFacetValue[];
    }
    Index

    Properties

    Properties

    facetId: string

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

    values: DateFacetValue[]

    The date facet values.