RenderableNode

com.raquo.laminar.modifiers.RenderableNode$
See theRenderableNode companion trait

Attributes

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

Members list

Value members

Concrete methods

def apply[Component](renderNode: Component => Base, renderNodeSeq: Seq[Component] => Seq[Base], renderNodeIterable: Iterable[Component] => Iterable[Base], renderNodeOption: Option[Component] => Option[Base]): RenderableNode[Component]

A Component must have a 1-to-1 relationship to a Laminar ChildNode. Your Component class/trait should have something like val node: ChildNode.Base or lazy val node: ChildNode.Base in it, it must not be a var or a def.

A Component must have a 1-to-1 relationship to a Laminar ChildNode. Your Component class/trait should have something like val node: ChildNode.Base or lazy val node: ChildNode.Base in it, it must not be a var or a def.

Attributes

Implicits

Implicits