core
/
dev.fritz2.dom
/
TextNode
js
Text
Node
class
TextNode
(content:
String
, domNode:
Text
) :
WithDomNode
<
Text
>
Content copied to clipboard
Represents a DOM-TextNode
Constructors
Properties
Parameters
Parameters
content
text-content
domNode
wrapped domNode (created by default)
Constructors
TextNode
Link copied to clipboard
js
fun
TextNode
(content:
String
, domNode:
Text
= window.document.createTextNode(content))
Content copied to clipboard
text-content
Properties
domNode
Link copied to clipboard
js
open override val
domNode
:
Text
Content copied to clipboard
wrapped domNode (created by default)