Interface LogFacetBreadcrumbActionCreatorPayload

interface LogFacetBreadcrumbActionCreatorPayload {
    facetId: string;
    facetValue: string;
}

Properties

Properties

facetId: string

The facet id associated with the breadcrumb.

facetValue: string

The facet value displayed in the breadcrumb.