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

Method getGridElements

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

@internal

(els: string)

Source from the content-addressed store, hash-verified

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
2117 /** @internal initialize margin top/bottom/left/right and units */
2118 protected _initMargin(): GridStack {

Callers 1

initAllMethod · 0.80

Calls 1

getElementsMethod · 0.45

Tested by

no test coverage detected