@vernonia/core - v5.1.12
    Preparing search index...

    Interface ViewControlOptions

    Options for configuring ViewControl2D widget.

    interface ViewControlOptions {
        includeFullscreen?: boolean;
        includeLocate?: boolean;
        includeMagnifier?: boolean;
        locateProperties?: LocateProperties;
        magnifierProperties?: MagnifierProperties;
    }
    Index

    Properties

    includeFullscreen?: boolean

    Include fullscreen toggle button.

    false
    
    includeLocate?: boolean

    Include locate button.

    false
    
    includeMagnifier?: boolean

    Include magnifier toggle button.

    false
    
    locateProperties?: LocateProperties

    Locate properties.

    magnifierProperties?: MagnifierProperties

    Magnifier properties.