Function html

  • Convert an HTML string to one or more DOM elements, and add them to the current DOM scope.

    Parameters

    • html: string

      The HTML string. For example "<section><h2>Test</h2><p>Info..</p></section>".

    Returns void

Generated using TypeDoc