WebHTMLDivElement typedef

WebHTMLDivElement = HTMLDivElement

Represents an HTML <div> element in the DOM.

This type alias points to web.HTMLDivElement.

Implementation

typedef WebHTMLDivElement = web.HTMLDivElement;