@coveo/headless
    Preparing search index...

    Interface RegisterStandaloneSearchBoxActionCreatorPayload

    interface RegisterStandaloneSearchBoxActionCreatorPayload {
        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.