Props

io.github.nafg.scalajs.facades.mui.SpeedDialAction.Props
class Props extends PropTypes

Attributes

Graph
Supertypes
trait PropTypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

object tooltipPlacement extends Prop[String]

Placement of the tooltip.

Placement of the tooltip.

Attributes

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

Inherited classlikes

object dyn extends Dynamic

Attributes

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

Value members

Concrete methods

def FabProps: Prop[Object]

Props applied to the Fab component.

Props applied to the Fab component.

Attributes

def TooltipClasses: Prop[Object]

classes prop applied to the Tooltip element.

classes prop applied to the Tooltip element.

Attributes

def classes: Prop[Object]

Override or extend the styles applied to the component.

Override or extend the styles applied to the component.

Attributes

def delay: Prop[Double]

Adds a transition delay, to allow a series of SpeedDialActions to be animated.

Adds a transition delay, to allow a series of SpeedDialActions to be animated.

Attributes

def icon: Prop[VdomNode]

The icon to display in the SpeedDial Fab.

The icon to display in the SpeedDial Fab.

Attributes

def id: Prop[String]

This prop is used to help implement the accessibility logic. If you don't provide this prop. It falls back to a randomly generated id.

This prop is used to help implement the accessibility logic. If you don't provide this prop. It falls back to a randomly generated id.

Attributes

def onClick: Prop[ReactMouseEventFromHtml => Callback]
def open: Prop[Boolean]

If true, the component is shown.

If true, the component is shown.

Attributes

def style: Prop[Object]
def sx: Prop[Seq[Any => Any | Object | Boolean] | Any => Any | Object]

The system prop that allows defining system overrides as well as additional CSS styles.

The system prop that allows defining system overrides as well as additional CSS styles.

Attributes

def tooltipOpen: Prop[Boolean]

Make the tooltip always visible when the SpeedDial is open.

Make the tooltip always visible when the SpeedDial is open.

Attributes

def tooltipTitle: Prop[VdomNode]

Label to display in the tooltip.

Label to display in the tooltip.

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