Scheduler Editor Components

nylas-reminder-emails

Overview

The nylas-reminder-emails 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 { NylasReminderEmails } from '@nylas/react';

Properties

PropertyAttributeDescriptionTypeDefault
eventRemindersThe list of event reminders to display.EventReminder[][]
namenameThe name of the componentstring'reminder-overrides'
participantsList of participantsParticipant[][]

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
"nre"The nylas-reminder-emails container
"nre__body"The body of the event communication section
"nre__header"The header of the event communication section
"nre__reminder-input_dropdown"The dropdown container for selecting reminder time
"nre__reminder-input_dropdown-content"The dropdown for selecting reminder time unit (e.g. min, hrs, days)
"nre__reminder-input_dropdown-input"The dropdown for selecting reminder time value
"nre__summary"The reminder card summary container
"nre__tab-heading"The nylas-reminder-emails main tab heading

Graph


Built with StencilJS