Comment Node
class CommentNode(content: String, domNode: Comment) : WithDomNode<Comment>
Content copied to clipboard
Represents a DOM-CommentNode
Parameters
content
comment-content
domNode
wrapped domNode (created by default)
Constructors
CommentNode
Link copied to clipboard
fun CommentNode(content: String, domNode: Comment = window.document.createComment(content))
Content copied to clipboard
comment-content