nylas-cancellation-policy

Overview

The nylas-cancellation-policy component is a form input for the cancellation policy message of an event.

Version1.1.3
Install (React)npm install @nylas/react
Import (React)import { NylasCancellationPolicy } from '@nylas/react';

Properties

PropertyAttributeDescriptionTypeDefault
cancellationPolicycancellation-policyThe cancellation policy stored in the configurationstring | undefinedundefined
namenameThe name of the cancellation policy input.string'cancelation-policy'
selectedConfigurationThe selected configConfiguration | undefinedundefined

Events

EventDescriptionType
valueChangedEvent emitted when the cancellation policy message changes.CustomEvent<{ value: string; name: string; }>

Shadow Parts

PartDescription
"ncpolicy"The cancellation policy container
"ncpolicy__textarea"The cancellation policy textarea

Built with StencilJS