File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -558,6 +558,7 @@ class type inputElement = object ('self)
558558 method select : unit meth
559559 method files : File. fileList t optdef readonly_prop
560560 method placeholder : js_string t writeonly_prop
561+ method selectionDirection : js_string t prop
561562 method selectionStart : int prop
562563 method selectionEnd : int prop
563564 method onselect : ('self t, event t) event_listener prop
Original file line number Diff line number Diff line change @@ -505,6 +505,7 @@ class type inputElement = object ('self)
505505 method select : unit meth
506506 method files : File. fileList t optdef readonly_prop
507507 method placeholder : js_string t writeonly_prop (* Not supported by IE 9 *)
508+ method selectionDirection : js_string t prop
508509 method selectionStart : int prop
509510 method selectionEnd : int prop
510511 method onselect : ('self t, event t) event_listener prop
You can’t perform that action at this time.
0 commit comments