onMouseMove

oxygen.ui.web.create.onMouseMove
object onMouseMove extends EventHandlerBuilder[MouseEvent]

Attributes

Graph
Supertypes
class EventHandlerBuilder[MouseEvent]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

final def :=[Env](f: => ZIO[Env & Scope, UIError, Unit]): WidgetE[Env]

Attributes

Inherited from:
EventHandlerBuilder
final def a[Action]: A[MouseEvent, Action]

Attributes

Inherited from:
EventHandlerBuilder
final def action[Action](a: Action): WidgetA[Action]

Attributes

Inherited from:
EventHandlerBuilder
final def as[Action, State]: AS[MouseEvent, Action, State]

Attributes

Inherited from:
EventHandlerBuilder
final def e: E[MouseEvent]

Attributes

Inherited from:
EventHandlerBuilder
final def ea[Action]: EA[MouseEvent, Action]

Attributes

Inherited from:
EventHandlerBuilder
final def eas[Action, State]: EAS[MouseEvent, Action, State]

Attributes

Inherited from:
EventHandlerBuilder
final def es[State]: ES[MouseEvent, State]

Attributes

Inherited from:
EventHandlerBuilder
final def handle[Env](f: => ZIO[Env & Scope, UIError, Unit]): WidgetE[Env]

Attributes

Inherited from:
EventHandlerBuilder
final def s[State]: S[MouseEvent, State]

Attributes

Inherited from:
EventHandlerBuilder
final def setState[State](s: State): WidgetS[State]

Attributes

Inherited from:
EventHandlerBuilder
final def updateState[State](s: State => State): WidgetS[State]

Attributes

Inherited from:
EventHandlerBuilder