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
Functions
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
Functions
equals
Link copied to clipboard
js
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
js
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
js
open fun
toString
():
String
Content copied to clipboard
Properties
domNode
Link copied to clipboard
js
open override val
domNode
:
Text
Content copied to clipboard
wrapped domNode (created by default)