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 | Optionality | Type | Description | 
|---|---|---|---|
| dashboardID | Required | string | The dashboard ID. The dashboard ID is  specified in the application definition file (appdef file).  | 
| data | Required | any | Data object to pass for the HTML code. The data object  shows as CustomDataProperty of the dashboard object.  | 
Return type
| Type | Description | 
|---|---|
Promise < null | IDashboard > | Reference to the dashboard. |