@coveo/headless
    Preparing search index...

    Interface ContextDefinition

    interface ContextDefinition {
        listing: true;
        recommendation: true;
        search: true;
        standalone: true;
        buildWithProps(
            engine: CommerceEngine,
            props?: ContextOptions,
            solutionType?: SolutionType,
        ): Context & ControllerWithKind;
    }

    Hierarchy

    Index

    Methods

    Properties

    listing: true
    recommendation: true
    search: true
    standalone: true