Skip to content

Members

DEFAULT_SETTINGS

Source code

Autofill.DEFAULT_SETTINGS

Returns the default settings applied when the plugin is enabled without explicit configuration.

PLUGIN_KEY

Source code

Autofill.PLUGIN_KEY

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

PLUGIN_PRIORITY

Source code

Autofill.PLUGIN_PRIORITY

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

SETTING_KEYS

Source code

Autofill.SETTING_KEYS

Returns the setting keys that trigger a plugin update when changed via updateSettings.

SETTINGS_VALIDATORS

Source code

Autofill.SETTINGS_VALIDATORS

Returns validator functions for each plugin setting to verify their values are valid before applying them.

Methods

destroy

Source code

autofill.destroy()

Destroys the plugin instance.

disablePlugin

Source code

autofill.disablePlugin()

Disables the plugin functionality for this Handsontable instance.

enablePlugin

Source code

autofill.enablePlugin()

Enables the plugin functionality for this Handsontable instance.

isEnabled

Source code

autofill.isEnabled() ⇒ boolean

Checks if the plugin is enabled in the Handsontable settings.

updatePlugin

Source code

autofill.updatePlugin()

Updates the plugin’s state.

This method is executed when updateSettings() is invoked with any of the following configuration options: