Skip to main content

ShowDashboard

Description

Changes the listing area to show a dashboard.

Syntax

// shellFrame points to instance of IShellFrame
await shellFrame.ShowDashboard(dashboardID, data);

Parameters

NameTypeDescription
dashboardIDstringThe ID of the dashboard to show.
dataanyCustom data passed to the dashboard.

Return type

TypeDescription
Promise < void >Method does not return a value