Embed types

Search form

Embed the search form in your app

Usage

Travelbase.embed('#root', {
    originUrl: 'https://demo.travelbase.nl',
    type: 'searchbox',
    options: {
        // ... see all options below
    },
    callbacks: {
        // ... see all callbacks below
    },
});

Callbacks

PropTypeDefault
onSubmit
(searchParams: string) => void
-

Example

On this page