direction

io.github.nafg.scalajs.facades.mui.Grid.Props.direction
object direction extends Prop[String | Seq[String] | Object]

Defines the flex-direction style property. It is applied for all screen sizes.

Attributes

Graph
Supertypes
class Prop[String | Seq[String] | Object]
class Object
trait Matchable
class Any
Self type
direction.type

Members list

Value members

Inherited methods

def :=(value: String | Seq[String] | Object): Setting

Attributes

Inherited from:
Prop
def :=?(value: Option[String | Seq[String] | Object]): 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 column: Setting
val column-reverse: Setting
val row: Setting
val row-reverse: Setting

Inherited fields

val name: String

Attributes

Inherited from:
Prop