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