A scoped and simplified part of the headless state that is relevant to the AutomaticFacetGenerator controller.

interface AutomaticFacetGeneratorState {
    automaticFacets: AutomaticFacet[];
}

Properties

Properties

automaticFacets: AutomaticFacet[]

The list of automatic facet controllers.