GoJS API
/ to search
    Preparing search index...

    Enumeration WheelMode

    This enumeration specifies possible values for ToolManager.mouseWheelBehavior.

    since

    3.0

    Index

    Enumeration Members

    Enumeration Members

    None: 3

    Mouse wheel events are ignored, although scrolling or zooming by other means may still be allowed.

    Scroll: 1

    Mouse wheel events scroll the diagram. This is the default.

    Zoom: 2

    Mouse wheel events change the scale of the diagram.