Skip to content

PluginValue.destroy method

PluginValue › destroy

Official

Called when the plugin is no longer going to be used. Should revert any changes the plugin made to the DOM.

Signature:

destroy(): void

Returns: void