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

Method getGridElement

src/gridstack.ts:2113–2113  ·  view source on GitHub ↗

@internal

(els: GridStackElement)

Source from the content-addressed store, hash-verified

2111 public static getElements(els: GridStackElement = '.grid-stack-item'): GridItemHTMLElement[] { return Utils.getElements(els) }
2112 /** @internal */
2113 public static getGridElement(els: GridStackElement): GridHTMLElement { return GridStack.getElement(els) }
2114 /** @internal */
2115 public static getGridElements(els: string): GridHTMLElement[] { return Utils.getElements(els) }
2116

Callers 1

initMethod · 0.80

Calls 1

getElementMethod · 0.45

Tested by

no test coverage detected