Back to Devexpress

WorkingModeSwitchingOptions Interface

dashboard-js-devexpress-dot-dashboard-bbe1ea74.md

latest850 B
Original Source

WorkingModeSwitchingOptions Interface

An object that contains a dashboard layout coordinates.

Declaration

ts
export interface WorkingModeSwitchingOptions

Properties

surfaceLeft Property

Specifies a left coordinate of the dashboard.

Declaration

ts
surfaceLeft?: number

Property Value

TypeDescription
number

A number that is a left dashboard’s coordinate.

|

Remarks

Use this option to move a dashboard layout when you show / hide additional panels (for example, Dashboard Panel or Toolbox).

surfaceTop Property

Declaration

ts
surfaceTop?: number

Property Value

Type
number