Package

com.raquo.domtypes.jsdom.defs

events

Permalink

package events

Visibility
  1. Public
  2. All

Type Members

  1. trait PageTransitionEvent extends Event

    Permalink

    Page transition events fire when a webpage is being loaded or unloaded.

    Page transition events fire when a webpage is being loaded or unloaded.

    See https://developer.mozilla.org/en-US/docs/Web/API/PageTransitionEvent

    Annotations
    @JSType() @native()
  2. trait TypedTargetEvent[+T <: EventTarget] extends Event

    Permalink

    Represents an event for which we know the exact type of target.

    Represents an event for which we know the exact type of target.

    Annotations
    @JSType() @native()
  3. trait TypedTargetFocusEvent[+T <: EventTarget] extends FocusEvent with TypedTargetEvent[T]

    Permalink
    Annotations
    @JSType() @native()
  4. trait TypedTargetMouseEvent[+T <: EventTarget] extends MouseEvent with TypedTargetEvent[T]

    Permalink
    Annotations
    @JSType() @native()
  5. trait TypedTargetPointerEvent[+T <: EventTarget] extends PointerEvent with TypedTargetEvent[T]

    Permalink
    Annotations
    @JSType() @native()

Ungrouped