ShowDashboard
Description
Changes the listing area to show a dashboard.
Syntax
// shellFrame points to instance of IShellFrame
await shellFrame.ShowDashboard(dashboardID, data);
Parameters
Name | Type | Description |
---|---|---|
dashboardID | string | The ID of the dashboard to show. |
data | any | Custom data passed to the dashboard. |
Return type
Type | Description |
---|---|
Promise < void > | Method does not return a value |