@coveo/headless
    Preparing search index...

    Interface LogCategoryFacetBreadcrumbActionCreatorPayload

    interface LogCategoryFacetBreadcrumbActionCreatorPayload {
        categoryFacetId: string;
        categoryFacetPath: string[];
    }
    Index

    Properties

    categoryFacetId: string

    The category facet id.

    categoryFacetPath: string[]

    The category facet selected path.