Embed types

Trip planner

Embed the trip planner in your app

Usage

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

Options

PropTypeDefault
rentalUnitSlug
string
-
rentalUnitId
string
-

Example

On this page