@coveo/headless
    Preparing search index...

    Interface UpdateCategoryFacetBasePathActionCreatorPayload

    interface UpdateCategoryFacetBasePathActionCreatorPayload {
        basePath: string[];
        facetId: string;
    }
    Index

    Properties

    Properties

    basePath: string[]

    The base path shared by all values for the facet.

    facetId: string

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