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

Hierarchy

Methods

Properties

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