A scoped and simplified part of the headless engine relevant to the FacetManager controller.

interface FacetManagerState {
    facetIds: string[];
}

Properties

Properties

facetIds: string[]

The facet ids sorted in the same order as the latest response.