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

MobileLayoutExtensionOptions Interface

Provides options for configuring the MobileLayoutExtension.

Declaration

export interface MobileLayoutExtensionOptions

Remarks

See the Extensions Overview section for information on how to use the HTML JavaScript Dashboard’s client-side API.

See Also

Properties

mobileLayoutEnabled Property

Specifies a mobile layout mode for the Web Dashboard.

Declaration

mobileLayoutEnabled?: MobileLayoutMode

Property Value

Type Description
MobileLayoutMode

A MobileLayoutMode object that specifies a mobile layout mode.

Remarks

The mobileLayoutEnabled property is in effect only when the Web Dashboard operates in the Viewer / ViewerOnly modes.

To learn more about the mobile layout, see Mobile Layout.