Vertex Viewer SDK
    Preparing search index...

    Interface VertexViewerDefaultToolbar

    interface VertexViewerDefaultToolbar {
        animationMs?: number;
        animationsDisabled?: boolean;
        direction?: ViewerToolbarGroupDirection;
        placement?: ViewerToolbarPlacement;
        viewer?: HTMLVertexViewerElement;
    }
    Index
    animationMs?: number

    The duration of animations, in milliseconds. Defaults to 1000.

    1000
    
    animationsDisabled?: boolean

    Indicates whether animations will be used when performing camera operations. Defaults to true.

    false
    

    Specifies the direction that UI elements are placed.

    'horizontal'
    

    Specifies where the toolbar is positioned.

    'bottom-center'
    
    viewer?: HTMLVertexViewerElement

    An instance of the viewer that operations will be performed on. If contained within a <vertex-viewer> element, this property will automatically be wired.