[]
type 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.
optional default: string[];
Default (desktop) view mode. Also applied when other modes are not specified.
viewer.toolbarlayout.default
optional fullscreen: string[];
The layout for the full-screen mode.
viewer.toolbarlayout.fullscreen
optional mobile: string[];
The toolbar layout for mobile devices.
viewer.toolbarlayout.mobile