ChildNode

trait ChildNode[+Ref <: Node] extends ReactiveNode[Ref] with Modifier[Base]
Companion
object
trait Modifier[Base]
trait ReactiveNode[Ref]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def apply(parentNode: Base): Unit
Definition Classes
Modifier
def maybeParent: Option[Base]

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