Properties
containerEl
containerEl: EventTarget
handleMouseDown
handleMouseDown: ((ev: MouseEvent) => void)
handleMouseMove
handleMouseMove: ((ev: MouseEvent) => void)
handleMouseUp
handleMouseUp: ((ev: MouseEvent) => void)
handleScroll
handleScroll: ((ev: UIEvent) => void)
handleSelector
handleSelector: string
handleTouchEnd
handleTouchEnd: ((ev: TouchEvent) => void)
handleTouchMove
handleTouchMove: ((ev: TouchEvent) => void)
handleTouchScroll
handleTouchScroll: (() => void)
handleTouchStart
handleTouchStart: ((ev: TouchEvent) => void)
isDragging
isDragging: boolean
isTouchDragging
isTouchDragging: boolean
origPageX
origPageX: number
origPageY
origPageY: number
prevPageX
prevPageX: number
prevPageY
prevPageY: number
prevScrollX
prevScrollX: number
prevScrollY
prevScrollY: number
shouldIgnoreMove
shouldIgnoreMove: boolean
shouldWatchScroll
shouldWatchScroll: boolean
subjectEl
subjectEl: null | HTMLElement
wasTouchScroll
wasTouchScroll: boolean