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

Method _removeHandlers

src/dd-resizable.ts:353–357  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

351
352 /** @internal */
353 protected _removeHandlers(): DDResizable {
354 this.handlers.forEach(handle => handle.destroy());
355 delete this.handlers;
356 return this;
357 }
358
359 /** @internal */
360 protected _ui = (): DDUIData => {

Callers 2

destroyMethod · 0.95
updateOptionMethod · 0.95

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected