@coveo/headless
    Preparing search index...

    Interface RecommendationsDefinition

    interface RecommendationsDefinition {
        recommendation: true;
        buildWithProps(
            engine: CommerceEngine,
            props?: Partial<RecommendationsOptions>,
            solutionType?: SolutionType,
        ): Recommendations & ControllerWithKind;
    }

    Hierarchy

    Index

    Methods

    Properties

    Methods

    Properties

    recommendation: true