MCPcopy Index your code
hub / github.com/gridstack/gridstack.js / destroy

Method destroy

src/dd-resizable.ts:98–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 }
97
98 public destroy(): void {
99 this._removeHandlers();
100 this._setupAutoHide(false);
101 delete this.el;
102 super.destroy();
103 }
104
105 public updateOption(opts: DDResizableOpt): DDResizable {
106 const updateHandles = (opts.handles && opts.handles !== this.option.handles);

Callers 1

_removeHandlersMethod · 0.45

Calls 2

_removeHandlersMethod · 0.95
_setupAutoHideMethod · 0.95

Tested by

no test coverage detected