Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-browser
/
web.dom
/
Document
/
createTextNode
create
Text
Node
fun
createTextNode
(
data
:
String
)
:
Text
(
source
)
Creates a new Text node.
MDN Reference