DashboardInitialized
Home > @gooddata/sdk-ui-dashboard > DashboardInitialized
DashboardInitialized interface
This event is emitted when a dashboard is successfully initialized.
Signature:
export interface DashboardInitialized extends IDashboardEvent
Extends: IDashboardEvent
Remarks
The event contains contextual information such as the resolved DashboardConfig and the permissions in effect for the current user and current workspace.
If the initialization loaded an existing, persisted dashboard then the dashboard object will be included in the event.
If the initialization created a new, empty dashboard then dashboard object will be undefined.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardInitializedPayload | |
type | readonly | "GDC.DASH/EVT.INITIALIZED" |