IAutomationDialogHeaderProps
Home > @gooddata/sdk-ui-dashboard > IAutomationDialogHeaderProps
IAutomationDialogHeaderProps 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' header regions.
Signature:
export interface IAutomationDialogHeaderProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
boolean |
(ALPHA) (Optional) Whether the secondary title row is shown. | ||
|
(value: string) => void |
(ALPHA) Called on every title change with the new value. The dialog validates the title itself. | ||
|
string |
(ALPHA) Placeholder shown while the title is empty. | ||
|
string |
(ALPHA) (Optional) Secondary title text (e.g. the widget name). | ||
|
ReactNode |
(ALPHA) Icon rendered before the secondary title. | ||
|
string |
(ALPHA) Current automation title. |