IDashboardSettingsDialogProps
Home > @gooddata/sdk-ui-dashboard > IDashboardSettingsDialogProps
IDashboardSettingsDialogProps 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 IDashboardSettingsDialogProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
backend | IAnalyticalBackend | (ALPHA) Analytical backend from which the dashboard obtains data to render. | |
isVisible? | boolean | (ALPHA) (Optional) Is dashboard setting dialog visible. | |
onApply | (payload: IDashboardSettingsApplyPayload) => void | (ALPHA) Callback to be called when user apply dashboard settings. | |
onCancel | () => void | (ALPHA) Callback to be called when user closes the dashboard settings dialog. | |
onError? | (error: GoodDataSdkError) => void | (ALPHA) (Optional) Callback to be called, when error occurs. | |
workspace | string | (ALPHA) Identifier of analytical workspace, from which the dashboard obtains data to render. |