OptionalaxisFor use with pan:true - defines the axes in which the widget will pan in response to the wheel
OptionalfilterOptional function to call to check if wheel zooming should be enabled for the current event target.
Mouse event for the wheel
OptionalpanWhether or not to pan the display when the wheel is moved. Defaults to false.
OptionalreverseDefaults to false. If true, the zoom direction is reversed: wheel up zooms out, and wheel down zooms in.
OptionalsensitivityHow sensitive the wheel should be.
OptionaluseIf 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.
OptionalzoomWhether or not wheel zoom is enabled. Defaults to true.
Options for how to respond to wheel events.