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

MobileLayoutMode Type

Lists values that specify a mobile layout mode for the Web Dashboard.

Declaration

export type MobileLayoutMode = 'Always' | 'Auto' | 'Never'

Members

Name Description
"Always"

A mobile layout is used both for mobile phones and desktop applications.

"Auto"

A mobile layout is enabled automatically when the Web Dashboard is used on the mobile phones.

"Never"

A desktop layout is used both for mobile phones and desktop applications.

Remarks

Note

The Web Dashboard supports a mobile layout when it operates in the Viewer and ViewerOnly modes.