@inweb/viewer-visualize
    Preparing search index...

    Interface IDragger

    Defines the dragger interface for the viewer.

    interface IDragger {
        name?: string;
        dispose(): void;
    }
    Index

    Properties

    Methods

    Properties

    name?: string

    The name of the dragger. Use this name to activate dragger using Viewer.setActiveDragger()

    Methods

    • Releases resources allocated by the dragger.

      Returns void