WorkingMode Type
Specifies the working mode of the Web Dashboard.
Declaration
export type WorkingMode = "Designer" | "Viewer" | "ViewerOnly"
Members
Name | Description |
---|---|
"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. |