DashboardSavedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardSavedPayload
DashboardSavedPayload interface
Payload of the DashboardSaved event.
Signature:
export interface DashboardSavedPayload
Properties
| Property | Type | Description |
|---|---|---|
| dashboard | IDashboard | Definition of the saved dashboard. |
| newDashboard | boolean | If true, this was the initial save and thus a new dashboard object was created. If false, an existing dashboard was updated. |