Props

io.github.nafg.scalajs.facades.mui.SwipeArea$.Props
class Props extends PropTypes

Attributes

Graph
Supertypes
trait PropTypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Classlikes

object anchor extends Prop[String]

Side on which to attach the discovery area.

Side on which to attach the discovery area.

Attributes

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

Inherited classlikes

object dyn extends Dynamic

Attributes

Inherited from:
PropTypes
Graph
Supertypes
trait Dynamic
class Object
trait Matchable
class Any

Value members

Concrete methods

def onClick: Prop[ReactMouseEventFromHtml => Callback]
def style: Prop[Object]
def width: Prop[Double]

The width of the left most (or right most) area in pixels where the drawer can be swiped open from.

The width of the left most (or right most) area in pixels where the drawer can be swiped open from.

Attributes

Inherited methods

def of[A : Writer](implicit evidence$1: Writer[A], name: Name): Prop[A]

Attributes

Inherited from:
PropTypes

Inherited fields

val key: Prop[Key]

Attributes

Inherited from:
PropTypes