GlobalEventProps

class Object
trait Matchable
class Any

Value members

Concrete methods

def eventProp[Ev <: Event](key: String): EventProp[Ev]

Create custom event property

Create custom event property

Type parameters:
Ev
  • event type in JS, e.g. dom.MouseEvent
Value parameters:
key
  • event type in JS, e.g. "click"

Concrete fields

lazy val gotPointerCapture: EventProp[PointerEvent]

fired when an element receives pointer capture.

lazy val lostPointerCapture: EventProp[PointerEvent]

Fired after pointer capture is released for a pointer.

lazy val onAbort: EventProp[Event]

Script to be run on abort

lazy val onAnimationEnd: EventProp[AnimationEvent]

The animationend event is event fires when a CSS animation reaches the end of its active period.

The animationend event is event fires when a CSS animation reaches the end of its active period.

See also:
lazy val onAnimationIteration: EventProp[AnimationEvent]

The animationiteration event is sent when a CSS animation reaches the end of an iteration. An iteration ends when a single pass through the sequence of animation instructions is completed by executing the last animation step.

The animationiteration event is sent when a CSS animation reaches the end of an iteration. An iteration ends when a single pass through the sequence of animation instructions is completed by executing the last animation step.

See also:
lazy val onAnimationStart: EventProp[AnimationEvent]

The animationstart event is sent when a CSS Animation starts to play.

lazy val onBeforeInput: EventProp[InputEvent]

The DOM beforeinput event fires when the value of an , or