core
/
dev.fritz2.dom
/
WithComment
js
With
Comment
interface
WithComment
<out
N
:
Node
> :
WithDomNode
<
N
>
Content copied to clipboard
Provides functionality to handle comments.
Functions
Properties
Inheritors
Functions
not
Link copied to clipboard
js
open operator fun
String
.
not
():
Node
Content copied to clipboard
Adds a comment in your HTML by using !"Comment Text".
Properties
domNode
Link copied to clipboard
js
abstract val
domNode
:
N
Content copied to clipboard
the wrapped
Node
Inheritors
Tag
Link copied to clipboard