IAutomationDialogActionBarProps
Home > @gooddata/sdk-ui-dashboard > IAutomationDialogActionBarProps
IAutomationDialogActionBarProps 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' action-bar regions (the footer row).
Signature:
export interface IAutomationDialogActionBarProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(ALPHA) Label of the cancel button. | ||
|
string |
(ALPHA) (Optional) Label of the delete button. Present with IAutomationDialogActionBarProps.onDelete. | ||
|
string |
(ALPHA) (Optional) Target of the documentation link. Absent when the workspace is white-labeled. | ||
|
string |
(ALPHA) (Optional) Text of the documentation link. Absent (with IAutomationDialogActionBarProps.helpLinkHref) when the workspace is white-labeled. | ||
|
boolean |
(ALPHA) Whether a save is in flight; drives the progress spinner and disables Delete. | ||
|
boolean |
(ALPHA) Whether submitting is currently disabled (validation, saving, execution-timestamp mode). | ||
|
() => void |
(ALPHA) Closes the dialog without saving. | ||
|
() => void |
(ALPHA) (Optional) Opens the delete confirmation. Absent when creating a new automation. | ||
|
() => void |
(ALPHA) Submits the automation. | ||
|
string |
(ALPHA) Label of the submit button ("Create" / "Save" per mode). | ||
|
string |
(ALPHA) (Optional) Tooltip shown on the disabled submit button, when there is one. |