onDragStart

oxygen.ui.web.create.onDragStart
object onDragStart extends EventHandlerBuilder[DragEvent]

Attributes

Graph
Supertypes
class EventHandlerBuilder[DragEvent]
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[DragEvent, Action]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
EventHandlerBuilder
final def es[State]: ES[DragEvent, 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[DragEvent, 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