ReactiveNode

com.raquo.laminar.nodes.ReactiveNode
trait ReactiveNode[+Ref <: Node]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ChildNode[Ref]
class CommentNode
trait ReactiveElement[Ref]
class ReactiveHtmlElement[Ref]
class ReactiveSvgElement[Ref]
class TextNode
trait ParentNode[Ref]
class RootNode
Show all

Members list

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"!

Attributes