ShowDashboard
Description
Changes the listing area to show a dashboard.
Syntax
// shellFrame points to instance of IShellFrame
const result = await shellFrame.ShowDashboard(dashboardID, data);
Parameters
| Name | Optionality | Type | Description |
|---|---|---|---|
| dashboardID | Required | string | The ID of the dashboard to show. |
| data | Required | any | Custom data passed to the dashboard. |
Return type
| Type | Description |
|---|---|
| Promise < IDashboard > | The dashboard shown in the listing area. |