Interface KeyboardEventInit

    • Method Detail

      • getChar

        @JsProperty
        java.lang.String getChar()
      • getCode

        @JsProperty
        java.lang.String getCode()
      • getKey

        @JsProperty
        java.lang.String getKey()
      • getLocale

        @JsProperty
        java.lang.String getLocale()
      • getLocation

        @JsProperty
        int getLocation()
      • isIsComposing

        @JsProperty
        boolean isIsComposing()
      • isRepeat

        @JsProperty
        boolean isRepeat()
      • setChar

        @JsProperty
        void setChar​(java.lang.String char_)
      • setCode

        @JsProperty
        void setCode​(java.lang.String code)
      • setIsComposing

        @JsProperty
        void setIsComposing​(boolean isComposing)
      • setKey

        @JsProperty
        void setKey​(java.lang.String key)
      • setLocale

        @JsProperty
        void setLocale​(java.lang.String locale)
      • setLocation

        @JsProperty
        void setLocation​(int location)
      • setRepeat

        @JsProperty
        void setRepeat​(boolean repeat)