nylas-event-description

Overview

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

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

Properties

PropertyAttributeDescriptionTypeDefault
eventDescriptionevent-descriptionThe event description stored in the configurationstring | undefinedundefined
namenameThe name of the event description input.string'description'
selectedConfigurationThe selected configConfiguration | undefinedundefined

Events

EventDescriptionType
valueChangedEvent emitted when the event description changes.CustomEvent<{ value: string; name: string; }>

Shadow Parts

PartDescription
"nedesc"The event description container
"nedesc__textarea"The event description textarea

Built with StencilJS