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 |
---|---|---|---|
(ALPHA) Analytical backend from which the dashboard obtains data to render. | |||
boolean |
(ALPHA) (Optional) Is dashboard setting dialog visible. | ||
(payload: IDashboardSettingsApplyPayload) => void |
(ALPHA) Callback to be called when user apply dashboard settings. | ||
() => void |
(ALPHA) Callback to be called when user closes the dashboard settings dialog. | ||
(error: GoodDataSdkError) => void |
(ALPHA) (Optional) Callback to be called, when error occurs. | ||
string |
(ALPHA) Identifier of analytical workspace, from which the dashboard obtains data to render. |