Interface Element.FocusOptionsType

  • Enclosing class:
    Element

    @JsType(isNative=true,
            name="?",
            namespace="<global>")
    public static interface Element.FocusOptionsType
    • Method Detail

      • isPreventScroll

        @JsProperty
        boolean isPreventScroll()
      • setPreventScroll

        @JsProperty
        void setPreventScroll​(boolean preventScroll)