ReactiveNode

trait ReactiveNode[+Ref <: Node]
class Object
trait Matchable
class Any
trait ChildNode[Ref]
trait ReactiveElement[Ref]
class TextNode
trait ParentNode[Ref]
class RootNode

Value members

Abstract fields

val ref: Ref

Reference to the real DOM node which this ReactiveNode represents. Laminar nodes MUST NOT share the same ref. This isn't "virtual dom"!

Reference to the real DOM node which this ReactiveNode represents. Laminar nodes MUST NOT share the same ref. This isn't "virtual dom"!