WebHTMLElement typedef
WebHTMLElement = HTMLElement
Represents a generic HTML element in the DOM.
This type alias points to web.HTMLElement when running in a web environment.
Implementation
typedef WebHTMLElement = web.HTMLElement;