ChildNode

com.raquo.laminar.nodes.ChildNode$
See theChildNode companion trait
object ChildNode

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ChildNode.type

Members list

Type members

Types

type Base = ChildNode[Node]

Value members

Concrete methods

final def isDescendantOf(child: Base, parent: Base): Boolean

Note: This walks up Laminar's element tree, not the real DOM tree. See com.raquo.laminar.DomApi.isDescendantOf if you want to check the real DOM tree.

Note: This walks up Laminar's element tree, not the real DOM tree. See com.raquo.laminar.DomApi.isDescendantOf if you want to check the real DOM tree.

Attributes