Scheduler Editor Components

nylas-additional-participants

Overview

The nylas-additional-participants component is a form input for adding additional participants to an event.

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

Properties

PropertyAttributeDescriptionTypeDefault
eventParticipantsParticipant[] | undefinedundefined
namenamestring'participants'

Shadow Parts

PartDescription
"nap__add-participant"The add participant button of the component.
"nap__content"The content of the component.
"nap__input"The input of the component.
"nap__input_group"The input group of the component.
"nap__input_wrapper"The input wrapper of the component.
"nap__remove-participant"The remove participant button of the component.
"nap__subtitle"The subtitle of the component.
"nap__title"The title of the component.

Graph


Built with StencilJS