StaticInserter

com.raquo.laminar.inserters.StaticInserter
trait StaticInserter extends Inserter

Attributes

Graph
Supertypes
trait Inserter
trait Modifier[Base]
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def renderInContext(ctx: InsertContext): Unit

Inherited methods

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

Inherited from:
Modifier