Interface LogCategoryFacetBreadcrumbActionCreatorPayload

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

Properties

categoryFacetId: string

The category facet id.

categoryFacetPath: string[]

The category facet selected path.