Interface LogFacetDeselectActionCreatorPayload

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

Properties

Properties

facetId: string

The facet id.

facetValue: string

The facet value that was deselected.