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

Method off

src/dd-gridstack.ts:198–201  ·  view source on GitHub ↗
(el: GridItemHTMLElement, name: string)

Source from the content-addressed store, hash-verified

196 }
197
198 public off(el: GridItemHTMLElement, name: string): DDGridStack {
199 this._getDDElements(el).forEach(dEl => dEl.off(name));
200 return this;
201 }
202
203 /** @internal returns a list of DD elements, creating them on the fly by default unless option is to destroy or disable */
204 protected _getDDElements(els: GridStackElement, opts?: DDOpts): DDElement[] {

Callers

nothing calls this directly

Calls 1

_getDDElementsMethod · 0.95

Tested by

no test coverage detected