[]
        
(Showing Draft Content)

DataToolbarLayout

Type Alias: DataToolbarLayout

DataToolbarLayout: object

Describes the toolbar items layout (order and visibility) for different view modes. These items are available in the toolbar layout: open, zoom, fullscreen, theme-change, toggle-note, about.

Type declaration

default?

optional default: string[]

Default (desktop) view mode. Also applied when other modes are not specified.

Example

viewer.toolbarlayout.default

fullscreen?

optional fullscreen: string[]

The layout for the full-screen mode.

Example

viewer.toolbarlayout.fullscreen

mobile?

optional mobile: string[]

The toolbar layout for mobile devices.

Example

viewer.toolbarlayout.mobile