kotlin-stdlib
JS
kotlin-stdlib
/
kotlin.dom
/
appendText
append
Text
JS
@
DeprecatedSinceKotlin
(
warningSince
=
"1.4"
)
inline
fun
Element
.
appendText
(
text
:
String
)
:
Element
Content copied to clipboard
Creates text node and append it to the element.
Return
this element