appendText

inline fun Element.appendText(text: String): Element(source)

Deprecated

Warning since 1.4

Error since 1.6

This API is moved to another package, use 'kotlinx.dom.appendText' instead.

Replace with

import kotlinx.dom.appendText
this.appendText(text)

Creates text node and append it to the element.

Since Kotlin

1.1

Return

this element