onChange
Home > @gooddata/sdk-ui-dashboard > IAutomationDialogHeaderProps > onChange
IAutomationDialogHeaderProps.onChange property
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.
Called on every title change with the new value. The dialog validates the title itself.
Signature:
onChange: (value: string) => void;