Skip to main content
A newer version of this page is available. .

DashboardLayoutTabPage Class

A layout tab page used to arrange layout items and groups.

Declaration

export class DashboardLayoutTabPage extends DashboardLayoutGroup

Remarks

See Dashboard Layout to learn more about dashboard layout.

Inheritance

DashboardLayoutGroup
DashboardLayoutTabPage

constructor

Initializes a new instance of the DashboardLayoutTabPage class.

Declaration

constructor(
    modelJson?: Object,
    serializer?: DxDesigner.Analytics.Utils.ModelSerializer
)

Parameters

Name Type Description
modelJson Object
serializer DxDesigner.Analytics.Utils.ModelSerializer

An object used for a dashboard deserialization. Do not pass this parameter directly.