createHtmlElement abstract method

WebHTMLElement? createHtmlElement()

Creates and returns a WebHTMLElement to represent this object in the DOM.

Returns null if no element should be created.

Implementation

WebHTMLElement? createHtmlElement();