@coveo/headless-react
    Preparing search index...

    Interface RegisterStandaloneSearchBoxPayload

    interface RegisterStandaloneSearchBoxPayload {
        id: string;
        overwrite?: boolean;
        redirectionUrl: string;
    }
    Index

    Properties

    id: string

    The standalone search box id.

    overwrite?: boolean

    Whether to overwrite the existing standalone search box with the same id.

    redirectionUrl: string

    The default URL to which to redirect the user.