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

Method getElement

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

@internal convert a potential selector into actual element

(els: GridStackElement = '.grid-stack-item')

Source from the content-addressed store, hash-verified

2107
2108 /** @internal convert a potential selector into actual element */
2109 public static getElement(els: GridStackElement = '.grid-stack-item'): GridItemHTMLElement { return Utils.getElement(els) }
2110 /** @internal */
2111 public static getElements(els: GridStackElement = '.grid-stack-item'): GridItemHTMLElement[] { return Utils.getElements(els) }
2112 /** @internal */

Callers 2

makeWidgetMethod · 0.45
getGridElementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected