position

io.github.nafg.scalajs.facades.mui.AppBar$.Props.position$
object position extends Prop[String]

The positioning type. The behavior of the different options is described in the MDN web docs. Note: sticky is not universally supported and will fall back to static when unavailable.

Attributes

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

Members list

Concise view

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 absolute: Setting
val fixed: Setting
val relative: Setting
val static: Setting
val sticky: Setting

Inherited fields

val name: String

Attributes

Inherited from:
Prop