Optional
axisFor use with pan:true - defines the axes in which the widget will pan in response to the wheel
Optional
filterOptional function to call to check if wheel zooming should be enabled for the current event target.
Mouse event for the wheel
Optional
panWhether or not to pan the display when the wheel is moved. Defaults to false.
Optional
reverseDefaults to false. If true, the zoom direction is reversed: wheel up zooms out, and wheel down zooms in.
Optional
sensitivityHow sensitive the wheel should be.
Optional
useIf true, the "meta" key (CMD on Mac, Ctrl on windows/linux) must be pressed in order for wheel zoom to operate. This can be useful if your UI fills the screen in one or more axes and your users would not be able to scroll past the Surface widget.
Optional
zoomWhether or not wheel zoom is enabled. Defaults to true.
Options for how to respond to wheel events.