ShowDashboard
Description
Shows the specified dashboard in the tab.
Syntax
// shellPaneTab points to instance of IShellPaneTab
const result = await shellPaneTab.ShowDashboard(dashboardID, data);
Parameters
Name | Type | Description |
---|---|---|
dashboardID | string | The dashboard ID. The dashboard ID is specified in the application definition file (appdef file). |
data | any | Data object to pass for the HTML code. The data object shows as CustomDataProperty of the dashboard object. |
Return type
Type | Description |
---|---|
Promise < IDashboard > | Reference to the dashboard. |