nylas-event-location

Overview

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

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

Properties

PropertyAttributeDescriptionTypeDefault
eventLocationevent-locationThe event location stored in the configurationstring | undefinedundefined
namenameThe name of the event location input.string'location'
selectedConfigurationThe selected configConfiguration | undefinedundefined

Events

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

Shadow Parts

PartDescription
"nel"The event location container
"nel__dropdown"The dropdown container
"nel__dropdown-button"The dropdown button
"nel__dropdown-content"The dropdown content
"nel__location"The event location input

Built with StencilJS