Interface UpdateFacetIsFieldExpandedActionCreatorPayload

interface UpdateFacetIsFieldExpandedActionCreatorPayload {
    facetId: string;
    isFieldExpanded: boolean;
}

Properties

facetId: string

The unique identifier of the facet (e.g., "1").

isFieldExpanded: boolean

Whether to expand or shrink down the facet.