ISaveAsDialogProps
Home > @gooddata/sdk-ui-dashboard > ISaveAsDialogProps
ISaveAsDialogProps 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.
Signature:
export interface ISaveAsDialogProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
isVisible? | boolean | (ALPHA) (Optional) Is SaveAs dialog visible? | |
onCancel? | () => void | (ALPHA) (Optional) Callback to be called, when user closes the save as dialog. | |
onError? | (error: GoodDataSdkError) => void | (ALPHA) (Optional) Callback to be called, when error occurs. | |
onSubmit? | (title: string, switchToCopy?: boolean) => void | (ALPHA) (Optional) Callback to be called, when user submits the save as dialog. | |
onSuccess? | (dashboard: IDashboard) => void | (ALPHA) (Optional) Callback to be called, when save as finished successfully. |