Interface LogNumericFacetBreadcrumbActionCreatorPayload

interface LogNumericFacetBreadcrumbActionCreatorPayload {
    facetId: string;
    selection: NumericFacetValue;
}

Properties

Properties

facetId: string

The facet id of the numeric facet corresponding to the breadcrumb.

The numeric facet value deselected using the breadcrumb.