Interface EventListenerOptions

  • All Known Subinterfaces:
    AddEventListenerOptions

    @JsType(isNative=true,
            namespace="<global>")
    public interface EventListenerOptions
    • Method Detail

      • isCapture

        @JsProperty
        boolean isCapture()
      • setCapture

        @JsProperty
        void setCapture​(boolean capture)