@internal
(els: string)
| 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 { |