IAutomationDialogRecipientsProps
Home > @gooddata/sdk-ui-dashboard > IAutomationDialogRecipientsProps
IAutomationDialogRecipientsProps interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Members shared by both automation dialogs' recipients regions.
Signature:
export interface IAutomationDialogRecipientsProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
boolean |
(ALPHA) (Optional) Allows removing the last recipient. | ||
|
boolean |
(ALPHA) (Optional) Allows recipients that are not workspace users. | ||
|
boolean |
(ALPHA) (Optional) Restricts the selection to the logged-in user. | ||
|
string |
(ALPHA) (Optional) When set, the only addable recipient is this external address. | ||
|
(ALPHA) (Optional) The logged-in user as a recipient candidate. | |||
|
number |
(ALPHA) (Optional) Maximum number of recipients. | ||
|
string |
(ALPHA) (Optional) Id of the automation's currently selected notification channel. | ||
|
INotificationChannelIdentifier[] | INotificationChannelMetadataObject[] |
(ALPHA) (Optional) Notification channels, used to derive channel-specific recipient constraints. | ||
|
(recipients: IAutomationRecipient[]) => void |
(ALPHA) Replaces the selection with the complete updated array. | ||
|
(ALPHA) Currently selected recipients. |