CommentNode

class CommentNode(val text: String) extends ChildNode[Comment] with Comment
trait Comment
trait Node
trait ChildNode[Comment]
trait Modifier[Base]
trait ReactiveNode[Comment]
class Object
trait Matchable
class Any

Value members

Inherited methods

override def apply(parentNode: Base): Unit
Definition Classes
ChildNode -> Modifier
Inherited from
ChildNode
def maybeParent: Option[Base]
Inherited from
ChildNode

Concrete fields

final override val ref: Comment
val text: String