Interface LogDateFacetBreadcrumbActionCreatorPayload

interface LogDateFacetBreadcrumbActionCreatorPayload {
    facetId: string;
    selection: DateFacetValue;
}

Properties

Properties

facetId: string

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

selection: DateFacetValue

The date facet value deselected using the breadcrumb.