Back to Devexpress

WorkingMode Type

dashboard-js-devexpress-dot-dashboard-f243c0d9.md

latest1.1 KB
Original Source

WorkingMode Type

Specifies the working mode of the Web Dashboard.

Declaration

ts
export type WorkingMode = "Designer" | "Viewer" | "ViewerOnly"

Members

NameDescription
"Designer"

The Web Dashboard acts as a Dashboard Designer and allows end-users to create, edit, and save dashboards. In this mode, you can switch to Viewer mode on the client side using the switchToViewer method.

| | "Viewer" |

The Web Dashboard acts as a Dashboard Viewer and allows you to display dashboards to end users. In this mode, you can switch to Designer mode on the client side using the switchToDesigner method.

| | "ViewerOnly" |

The Web Dashboard acts as a Dashboard Viewer without the capability to switch to Designer mode on the client side. In this mode, the Web Dashboard does not load extensions required to design dashboards.

|