Interface RegisterStandaloneSearchBoxPayload

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

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.