Skip to content

MultipleSelectionHandles

Members

dragged

Source code

multipleSelectionHandles.dragged : Array

lastSetCell

Source code

multipleSelectionHandles.lastSetCell : null

PLUGIN_KEY

Source code

MultipleSelectionHandles.PLUGIN_KEY

Returns the plugin key used to identify this plugin in Handsontable settings.

PLUGIN_PRIORITY

Source code

MultipleSelectionHandles.PLUGIN_PRIORITY

Returns the priority order used to determine the order in which plugins are initialized.

Methods

enablePlugin

Source code

multipleSelectionHandles.enablePlugin()

Enable plugin for this Handsontable instance.

getCurrentRangeCoords

Source code

multipleSelectionHandles.getCurrentRangeCoords()

Calculates the new selection range coordinates after dragging a touch handle, accounting for drag direction and handle position.

isDragged

Source code

multipleSelectionHandles.isDragged() ⇒ boolean

Check if user is currently dragging the handle.

Returns: boolean - Dragging state.

isEnabled

Source code

multipleSelectionHandles.isEnabled() ⇒ boolean

Check if the plugin is enabled in the handsontable settings.