placement

io.github.nafg.scalajs.facades.mui.base.Popper.Props.placement
object placement extends Prop[String]

Popper placement.

Attributes

Graph
Supertypes
class Prop[String]
class Object
trait Matchable
class Any
Self type
placement.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 auto: Setting
val auto-end: Setting
val auto-start: Setting
val bottom: Setting
val bottom-end: Setting
val bottom-start: Setting
val left: Setting
val left-end: Setting
val left-start: Setting
val right: Setting
val right-end: Setting
val right-start: Setting
val top: Setting
val top-end: Setting
val top-start: Setting

Inherited fields

val name: String

Attributes

Inherited from:
Prop