Interface UIEventInit

All Superinterfaces:
EventInit
All Known Subinterfaces:
CompositionEventInit, DragEventInit, EventModifierInit, FocusEventInit, InputEventInit, KeyboardEventInit, MouseEventInit, PointerEventInit, TouchEventInit, WheelEventInit

@JsType(isNative=true, namespace="<global>") public interface UIEventInit extends EventInit
  • Method Details

    • create

      @JsOverlay static UIEventInit create()
    • getDetail

      @JsProperty int getDetail()
    • getView

      @JsProperty Window getView()
    • setDetail

      @JsProperty void setDetail(int detail)
    • setView

      @JsProperty void setView(Window view)