text

fun text(text: String)(source)
fun text(text: KVal<String>)(source)

Deprecated

Use element.text() instead

Replace with

element.text(text)