ParentNode

com.raquo.laminar.nodes.ParentNode
See theParentNode companion object
trait ParentNode[+Ref <: Element] extends ReactiveNode[Ref]

Attributes

Companion
object
Graph
Supertypes
trait ReactiveNode[Ref]
class Object
trait Matchable
class Any
Known subtypes
trait ReactiveElement[Ref]
class ReactiveHtmlElement[Ref]
class ReactiveSvgElement[Ref]
class RootNode

Members list

Value members

Inherited 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

Inherited from:
ReactiveNode