Document Solutions Image Viewer
    Preparing search index...

    Type Alias ImageToolbarLayout

    Defines the layout of the toolbar.

    type ImageToolbarLayout = {
        viewer: { default?: string[]; fullscreen?: string[]; mobile?: string[] };
    }

    Properties

    viewer: { default?: string[]; fullscreen?: string[]; mobile?: string[] }

    Type Declaration

    • Optionaldefault?: string[]

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

    • Optionalfullscreen?: string[]

      The layout for the full-screen mode.

    • Optionalmobile?: string[]

      The toolbar layout for mobile devices.