Interface StandaloneSearchBoxDefinition

interface StandaloneSearchBoxDefinition {
    listing: true;
    standalone: true;
    build(
        engine: CommerceEngine,
        solutionType?: SolutionType,
    ): StandaloneSearchBox;
}

Hierarchy

Methods

Properties

Methods

Properties

listing: true
standalone: true