ShowDashboard
Description
Changes the listing area to show a dashboard.
Syntax
// shellFrame points to instance of IShellFrame
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 < void > | Method does not return a value |