IScheduledEmailDialogHeaderProps
Home > @gooddata/sdk-ui-dashboard > IScheduledEmailDialogHeaderProps
IScheduledEmailDialogHeaderProps 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.
Props of the default scheduled email dialog's header region (the title input row).
Signature:
export interface IScheduledEmailDialogHeaderProps extends IAutomationDialogHeaderProps
Extends: IAutomationDialogHeaderProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
() => void |
(ALPHA) (Optional) Called when the header's back button is pressed. | ||
|
(event: KeyboardEvent) => void |
(ALPHA) Called on key-down inside the title input. |