Interface: Element

Element

Source:

Methods

generateHtml()

Forces generation of the actual DOM element.
Source:

getHtml() → {HTMLElement}

Generates the DOM element if it does not yet exists and returns it.
Source:
Returns:
The HTML element associated with this entry.
Type
HTMLElement

setHtml(element)

Parameters:
Name Type Description
element HTMLElement Sets the HTML Element.
Source: