appendElement

Platform and version requirements: JS (1.4)
fun Element.appendElement(
    name: String, 
    init: Element.() -> Unit
): Element

Appends a newly created element with the specified name to this element.

The element is initialized with the specified init function.

© 2010–2021 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlinx.dom/append-element.html