core
/
dev.fritz2.dom
/
TextNode
/
TextNode
js
Text
Node
fun
TextNode
(content:
String
, domNode:
Text
= window.document.createTextNode(content))
Content copied to clipboard
Parameters
content
text-content
domNode
wrapped domNode (created by default)