@coveo/headless
    Preparing search index...

    Interface ProductEnrichment

    interface ProductEnrichment {
        state: ProductEnrichmentState;
        getBadges(): void;
        subscribe(listener: () => void): Unsubscribe;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Properties

    Methods

    Properties

    The state of the ProductEnrichment controller.