ParentNode

trait ParentNode[+Ref <: Element] extends ReactiveNode[Ref]
Companion:
object
trait ReactiveNode[Ref]
class Object
trait Matchable
class Any

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

Inherited from:
ReactiveNode