Modifier

com.raquo.laminar.modifiers.Modifier
See theModifier companion trait
object Modifier

Attributes

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

Members list

Type members

Types

type Base = Modifier[Base]

Modifier that is applicable to any element

Modifier that is applicable to any element

Attributes

Value members

Concrete methods

def apply[El <: Base](f: El => Unit): Modifier[El]

Deprecated methods

def noop: Base

Attributes

Deprecated
true

Concrete fields

val empty: Base

Modifier that does nothing

Modifier that does nothing

Attributes