WithComment

interface WithComment<out N : Node> : WithDomNode<N>

Provides functionality to handle comments.

Functions

not
Link copied to clipboard
js
open operator fun String.not(): Node
Adds a comment in your HTML by using !"Comment Text".

Properties

domNode
Link copied to clipboard
js
abstract val domNode: N
the wrapped Node

Inheritors

Tag
Link copied to clipboard