@coveo/headless-react
    Preparing search index...

    Interface ProductEnrichmentDefinition

    interface ProductEnrichmentDefinition {
        standalone: true;
        buildWithProps(
            engine: CommerceEngine,
            props?: ProductEnrichmentProps,
            solutionType?: SolutionType,
        ): ProductEnrichment & ControllerWithKind;
    }

    Hierarchy

    Index

    Properties

    Methods

    Properties

    standalone: true

    Methods