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.
Version | 1.3.4 |
Install (React) | npm install @nylas/react |
Import (React) | import { NylasReminderEmails } from '@nylas/react'; |
Import (CDN) | <script type="module">
import { defineCustomElement } from "https://cdn.jsdelivr.net/npm/@nylas/web-elements@latest/dist/cdn/nylas-reminder-emails/nylas-reminder-emails.es.js";
defineCustomElement();
</script> |
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
eventReminders | The event reminders prop. | (EventReminder & { editing?: boolean | undefined; })[] | undefined | undefined | |
name | The name of the component | string | 'reminder-overrides' | |
selectedConfiguration | The selected configuration. | Configuration | undefined | undefined | |
selectedLanguage | The selected language. | LANGUAGE_CODE.de | LANGUAGE_CODE.en | LANGUAGE_CODE.es | LANGUAGE_CODE.fr | LANGUAGE_CODE.ja | LANGUAGE_CODE.ko | LANGUAGE_CODE.nl | LANGUAGE_CODE.sv | LANGUAGE_CODE.zh | undefined | undefined |
Events
Event | Description | Type |
---|---|---|
valueChanged | This event is fired when the email reminders change. | CustomEvent<{ value: string; name: string; valueChanged?: ((event: CustomEvent<{ value: string; name: string; }>) => void) | undefined; }> |
Shadow Parts
Part | Description |
---|---|
"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__summary" | The reminder card summary container |
"nre__tab-heading" | The nylas-reminder-emails main tab heading |
"nrt" | The event reminder container |
"nrt__number-dropdown" | The number dropdown container |
"nrt__number-dropdown-button" | The number dropdown button |
"nrt__number-dropdown-content" | The number dropdown content |
"nrt__period-dropdown" | The period dropdown container |
"nrt__period-dropdown-button" | The period dropdown button |
"nrt__period-dropdown-content" | The period dropdown content |
"nrt__time-period-selector" | The time period selector |
Built with StencilJS