MultipleSelectionHandles
Members
dragged
multipleSelectionHandles.dragged : Array
lastSetCell
multipleSelectionHandles.lastSetCell : null
PLUGIN_KEY
MultipleSelectionHandles.PLUGIN_KEY
Returns the plugin key used to identify this plugin in Handsontable settings.
PLUGIN_PRIORITY
MultipleSelectionHandles.PLUGIN_PRIORITY
Returns the priority order used to determine the order in which plugins are initialized.
Methods
enablePlugin
multipleSelectionHandles.enablePlugin()
Enable plugin for this Handsontable instance.
getCurrentRangeCoords
multipleSelectionHandles.getCurrentRangeCoords()
Calculates the new selection range coordinates after dragging a touch handle, accounting for drag direction and handle position.
isDragged
multipleSelectionHandles.isDragged() ⇒ boolean
Check if user is currently dragging the handle.
Returns: boolean - Dragging state.
isEnabled
multipleSelectionHandles.isEnabled() ⇒ boolean
Check if the plugin is enabled in the handsontable settings.