IScrollEventArgs
23 Sep 20251 minute to read
Properties
axis Axis
Defines the scroll axis.
cancel boolean
Defines the event’s cancellation status.
currentRange ScrollbarSettingsRangeModel
Defines the range of the axis.
name string
Defines the name of the event.
previousAxisRange ScrollbarSettingsRangeModel
Defines the previous range of the axis.
previousRange VisibleRangeModel
Defines the previous visible range.
previousZoomFactor number
Defines the previous zoom factor.
previousZoomPosition number
Defines the previous zoom position.
range VisibleRangeModel
Defines the visible range.
zoomFactor number
Defines the zoom factor.
zoomPosition number
Defines the zoom position.