@coveo/headless
    Preparing search index...

    Interface StandaloneSearchBoxDefinition

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

    Hierarchy

    Index

    Methods

    Properties

    Methods

    Properties

    listing: true
    standalone: true