Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Element

Hierarchy

Implemented by

Index

Methods

generateHtml

  • generateHtml(): void
  • Forces generation of the actual DOM element.

    Returns void

getHtml

  • getHtml(): HTMLElement
  • Generates the DOM element if it does not yet exists and returns it.

    Returns HTMLElement

    The HTML element associated with this entry.

setHtml

  • setHtml(element: HTMLElement): void
  • Parameters

    • element: HTMLElement

      Sets the HTML Element.

    Returns void

Generated using TypeDoc