color

io.github.nafg.scalajs.facades.mui.Typography.Props.color
object color extends Prop[String]

Attributes

Graph
Supertypes
class Prop[String]
class Object
trait Matchable
class Any
Self type
color.type

Members list

Value members

Inherited methods

def :=(value: String): Setting

Attributes

Inherited from:
Prop
def :=?(value: Option[String]): Setting

Attributes

Inherited from:
Prop
def setAs[B](value: B)(implicit B: Writer[B]): Setting

Attributes

Inherited from:
Prop
def setRaw(value: Any): Setting

Attributes

Inherited from:
Prop

Concrete fields

val error.main: Setting
val info.main: Setting
val primary.main: Setting
val secondary.main: Setting
val success.main: Setting
val text.disabled: Setting
val text.primary: Setting
val text.secondary: Setting
val warning.main: Setting

Inherited fields

val name: String

Attributes

Inherited from:
Prop