LockedChildrenReceiver

com.raquo.laminar.receivers.LockedChildrenReceiver
class LockedChildrenReceiver(val nodes: Seq[Base])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def :=(include: Boolean): Seq[Base]

If include is true, the nodes will be added.

If include is true, the nodes will be added.

Attributes

def <--(includeSource: Source[Boolean]): DynamicInserter

If includeSource emits true, node will be added. Otherwise, it will be removed.

If includeSource emits true, node will be added. Otherwise, it will be removed.

Attributes

def apply(include: Boolean): Seq[Base]

If include is true, the nodes will be added.

If include is true, the nodes will be added.

Attributes

Concrete fields

val nodes: Seq[Base]