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 | 
|---|---|---|---|
| boolean | (ALPHA) (Optional) Is SaveAs dialog visible? | ||
| () => void | (ALPHA) (Optional) Callback to be called, when user closes the save as dialog. | ||
| (error: GoodDataSdkError) => void | (ALPHA) (Optional) Callback to be called, when error occurs. | ||
| (title: string, switchToCopy?: boolean) => void | (ALPHA) (Optional) Callback to be called, when user submits the save as dialog. | ||
| (dashboard: IDashboard) => void | (ALPHA) (Optional) Callback to be called, when save as finished successfully. |