nylas-event-title

Overview

The nylas-event-title component is a form input for the title of an event.

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

Properties

PropertyAttributeDescriptionTypeDefault
eventTitleevent-titleThe title of the event from the cofiguration.string | undefinedthis.selectedConfiguration?.event_booking?.title
namenameThe name attribute of this component.string'title'
selectedConfigurationThe selected configConfiguration | undefinedundefined

Events

EventDescriptionType
valueChangedThis event is fired when the value of the event title changes.CustomEvent<{ value: string; name: string; }>

Shadow Parts

PartDescription
"net"The event title container
"net__dropdown-content"The token options container
"net__title"The event title input

Built with StencilJS