Module HtmlInputElement.SelectionDirection

type t =
  1. | Forward
  2. | Backward
  3. | None
val toString : t -> string