Skip to main content

ShowPopupDashboard

Description

Shows a dashboard in a separate window.

Syntax

// shellUI points to instance of IShellUI
const result = await shellUI.ShowPopupDashboard(dashboardID, data, title);

Parameters

NameTypeDescription
dashboardIDstringThe id of the dashboard to show. The string id must match to one of the
dashboard ids in the application definition file (appdef file).
dataanyUser-defined data item that is passed to the new dashboard.
titlestringThe title of the popup

Return type

TypeDescription
Promise < object >The popup dashboard.