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