kotlin-stdlib
JS
kotlin-stdlib
/
kotlinx.dom
/
appendText
append
Text
JS
fun
Element
.
appendText
(
text
:
String
)
:
Element
Creates text node and append it to the element.
Since Kotlin
1.4
Return
this element