nylas-confirmation-email

Overview

The nylas-confirmation-email component is a UI component that allows users to set buffer time before and after an event.

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

Properties

PropertyAttributeDescriptionTypeDefault
confirmationEmailTemplateThe confirmation email template data to displayEmailTemplate{} as EmailTemplate
isOpenis-openIs the confirmation email card openbooleanfalse
namenameThe name of the componentstring'confirmation-email-template'
participantsList of participantsParticipant[][]
selectedConfigurationThe selected configConfiguration | undefinedundefined

Events

EventDescriptionType
valueChangedThis event is fired when the email reminders change.CustomEvent<{ value: string; name: string; valueChanged?: ((event: CustomEvent<{ value: string; name: string; }>) => void) | undefined; }>

Shadow Parts

PartDescription
"nce"The nylas-confirmation-email container
"nce__body"The body of the event communication section
"nce__confirmation-email-toggle--container"The confirmation email drawer toggle container
"nce__header"The header of the event communication section
"nce__input-image-url"The input image URL container
"nce__summary"The confirmation card summary container
"nce__tab-heading"The nylas-confirmation-email main tab heading

Built with StencilJS