nylas-limit-future-bookings

Overview

The nylas-limit-future-bookings component is a form input for the number of days in the future a guest is allowed to book an event.

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

Properties

PropertyAttributeDescriptionTypeDefault
availableDaysInFutureavailable-days-in-futureThe number of days into the future that invitees will see availability, as set in the configuration.number | undefinedundefined
namenameThe name of the limit future bookings input.string'limit-future-bookings'
selectedConfigurationThe selected configConfiguration | undefinedundefined

Events

EventDescriptionType
valueChangedEvent emitted when the future booking limit changes.CustomEvent<{ value: string; name: string; }>

Shadow Parts

PartDescription
"nlfb"The limit future bookings container
"nlfb__number-dropdown"The number dropdown container
"nlfb__number-dropdown-button"The number dropdown button
"nlfb__number-dropdown-content"The number dropdown content
"nlfb__period-dropdown"The period dropdown container
"nlfb__period-dropdown-button"The period dropdown button
"nlfb__period-dropdown-content"The period dropdown content

Built with StencilJS