ParentNode

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

Value members

Deprecated methods

@deprecated("ParentNode.maybeChildren will be removed in a future version of Laminar.", "0.8") @inline
def maybeChildren: Option[List[Base]]
Deprecated

Inherited fields

val ref: Ref

Reference to the real DOM node which this ReactiveNode represents.

Reference to the real DOM node which this ReactiveNode represents.

Inherited from
ReactiveNode