nylas-custom-booking-flow

Overview

The nylas-custom-booking-flow component is an input form for booking type (automatically or manually accept bookings) and confirmation redirect URL (default or custom). This component is a container for the nylas-booking-confirmation-type, nylas-booking-confirmation-redirect components.

<nylas-custom-booking-flow>
  <div slot="inputs">
    <nylas-booking-confirmation-type></nylas-booking-confirmation-type>
    <nylas-booking-confirmation-redirect></nylas-booking-confirmation-redirect>
  </div>
</nylas-custom-booking-flow>
Version1.3.3
Install (React)npm install @nylas/react
Import (React)import { NylasCustomBookingFlow } from '@nylas/react';
Import (CDN)<script type="module"> import { defineCustomElement } from "https://cdn.jsdelivr.net/npm/@nylas/web-elements@latest/dist/cdn/nylas-custom-booking-flow/nylas-custom-booking-flow.es.js"; defineCustomElement(); </script>

Properties

PropertyAttributeDescriptionTypeDefault
selectedLanguageThe selected language.LANGUAGE_CODE.de | LANGUAGE_CODE.en | LANGUAGE_CODE.es | LANGUAGE_CODE.fr | LANGUAGE_CODE.ja | LANGUAGE_CODE.nl | LANGUAGE_CODE.sv | LANGUAGE_CODE.zh | undefinedundefined

Slots

SlotDescription
"inputs"The custom booking flow inputs. This includes the booking type, confirmation redirect type, and custom redirect URL components.

Shadow Parts

PartDescription
"ncbflow"
"ncbflow__content"
"ncbflow__title"

Built with StencilJS