mouseEvent

io.github.nafg.scalajs.facades.mui.base.ClickAwayListener.Props.mouseEvent
object mouseEvent extends Prop[Any]

The mouse event to listen to. You can disable the listener by providing false.

Attributes

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

Members list

Value members

Inherited methods

def :=(value: Any): Setting

Attributes

Inherited from:
Prop
def :=?(value: Option[Any]): 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 `false`: Setting
val onClick: Setting
val onMouseDown: Setting
val onMouseUp: Setting
val onPointerDown: Setting
val onPointerUp: Setting

Inherited fields

val name: String

Attributes

Inherited from:
Prop