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

Function destroy

src/dd-base-impl.ts:70–72  ·  view source on GitHub ↗

* Destroy this drag & drop implementation and clean up resources. * Removes all event handlers and clears internal state.

()

Source from the content-addressed store, hash-verified

68 * Removes all event handlers and clears internal state.
69 */
70 public destroy(): void {
71 delete this._eventRegister;
72 }
73
74 /**
75 * Trigger a registered event callback if one exists and the implementation is enabled.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected