Skip to main content

ShowPopupDashboard

Description

Shows a dashboard in popup window.

Syntax

// The dashboard variable here points to instance of IDashboard
const result = await dashboard.ShowPopupDashboard(dashboardID, data, title);

Parameters

NameTypeDescription
dashboardIDstringThe dashboard ID as defined
in Application Definition File (appdef file).
dataanyThe custom data that is passed for dashboard.
Can be accessed with CustomDataProperty of IDashboard Interface.
titlestringThe title of the Dashboard.

Return type

TypeDescription
Promise < IDashboard >The popup dashboard.