@internal
(els: GridStackElement = '.grid-stack-item')
| 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 */ |
| 2113 | public static getGridElement(els: GridStackElement): GridHTMLElement { return GridStack.getElement(els) } |
| 2114 | /** @internal */ |
no outgoing calls
no test coverage detected