DashboardControl.initializeDashboard Method
| Name | Parameters | Description |
|---|---|---|
| initializeDashboard(String, String) | id, dashboardJson | Initializes a new dashboard with the specified name and JSON model. |
| initializeDashboard(String, String, Object) | id, dashboardJson, initialState | Initializes a new dashboard with the specified name, JSON model and initial state. |