device.getElement
getElement(element: string | HTMLElement) → {HTMLElement}
return the DOM element for the given element name or HTMLElement object
Name | Type | Description |
---|---|---|
element | string | HTMLElement |
the parent element name or a HTMLElement object |
Type | Description |
---|---|
HTMLElement |
the corresponding DOM Element or null if not existing |