@coveo/headless
    Preparing search index...

    Interface AutomaticFacetGeneratorState

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

    interface AutomaticFacetGeneratorState {
        automaticFacets: AutomaticFacet[];
    }
    Index

    Properties

    Properties

    automaticFacets: AutomaticFacet[]

    The list of automatic facet controllers.