Function createElement

  • Creates a HTML element

    Parameters

    • tagName: string

      the tag name for the new element - e.g. div

    • className: string

      a css class name for the new element

    Returns HTMLElement

Generated using TypeDoc