StaticChildInserter

com.raquo.laminar.inserters.StaticChildInserter
See theStaticChildInserter companion object

Inserter for a single static node

Attributes

Companion
object
Graph
Supertypes
trait Inserter
trait Modifier[Base]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def apply(element: Base): Unit

You can count on this method being a no-op in your libraries and end user code.

You can count on this method being a no-op in your libraries and end user code.

The reason this method is not abstract is to avoid broken SAM sugar in case of meta modifiers. See https://github.com/raquo/scala-dom-types/issues/27

Attributes

Definition Classes
def renderInContext(ctx: InsertContext): Unit
override def withHooks(addHooks: InserterHooks): StaticChildInserter

Create a copy of the inserter that will apply these additional hooks after the original inserter's hooks.

Create a copy of the inserter that will apply these additional hooks after the original inserter's hooks.

Attributes

Definition Classes