Skip to content

SelectionHandles

Members

PLUGIN_KEY

Source code

SelectionHandles.PLUGIN_KEY

Returns the plugin key.

PLUGIN_PRIORITY

Source code

SelectionHandles.PLUGIN_PRIORITY

Returns the plugin priority.

SETTING_KEYS

Source code

SelectionHandles.SETTING_KEYS

Returns the settings that trigger a plugin update.

Methods

destroy

Source code

selectionHandles.destroy()

Destroys the plugin and clears an active resize interaction.

disablePlugin

Source code

selectionHandles.disablePlugin()

Disables the plugin and clears transient resize state.

enablePlugin

Source code

selectionHandles.enablePlugin()

Enables handle hover and resize interactions.

isEnabled

Source code

selectionHandles.isEnabled() ⇒ boolean

Checks whether the plugin is enabled in the Handsontable settings.

updatePlugin

Source code

selectionHandles.updatePlugin()

Updates the plugin after its setting changes.