DashboardInitializedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardInitializedPayload
DashboardInitializedPayload interface
Payload of the DashboardInitialized event.
Signature:
export interface DashboardInitializedPayload
Properties
| Property | Type | Description |
|---|---|---|
| config | DashboardConfig | Configuration in effect for the dashboard. |
| dashboard? | IDashboard | (Optional) Loaded dashboard. |
| insights | ReadonlyArray<IInsight> | Insights used on the dashboard. |
| permissions | IWorkspacePermissions | Permissions in effect for the dashboard. |