Scheduler Editor Components

nylas-custom-booking-flow

Overview

The nylas-custom-booking-flow component is a UI component that displays the booking calendar picker.

Version1.1.0-canary.14
Install (React)npm install @nylas/react
Import (React)import { NylasCustomBookingFlow } from '@nylas/react';

Properties

PropertyAttributeDescriptionTypeDefault
bookingTypebooking-typeThe booking type.string''
namenameThe name of the calendar picker.string'booking-type'
selectedConfigurationThe selected configConfiguration | undefinedundefined

Events

EventDescriptionType
valueChangedThis event is fired when the selected bookingType changes.CustomEvent<{ value: string; name: string; valueChanged?: ((event: CustomEvent<{ value: string; name: string; }>) => void) | undefined; }>

Shadow Parts

PartDescription
"ncbf"The custom booking flow container
"ncbf__dropdown"The dropdown container
"ncbf__dropdown-button"The dropdown button
"ncbf__dropdown-content"The dropdown content
"ncbf__header"The header of the custom booking flow

Graph


Built with StencilJS