Props

io.github.nafg.scalajs.facades.mui.base.Dropdown.Props
class Props extends PropTypes

Attributes

Graph
Supertypes
trait PropTypes
class Object
trait Matchable
class Any

Members list

Type members

Inherited classlikes

object dyn extends Dynamic

Attributes

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

Value members

Concrete methods

def defaultOpen: Prop[Boolean]

If true, the dropdown is initially open.

If true, the dropdown is initially open.

Attributes

def onClick: Prop[ReactMouseEventFromHtml => Callback]
def onOpenChange: Prop[Any => Any]

Callback fired when the component requests to be opened or closed.

Callback fired when the component requests to be opened or closed.

Attributes

def open: Prop[Boolean]

Allows to control whether the dropdown is open. This is a controlled counterpart of defaultOpen.

Allows to control whether the dropdown is open. This is a controlled counterpart of defaultOpen.

Attributes

def style: Prop[Object]

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