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

NameOptionalityTypeDescription
dashboardIDRequiredstringThe ID of the dashboard to show.
dataRequiredanyCustom data passed to the dashboard.

Return type

TypeDescription
Promise < void >Method does not return a value