Module HtmlInputElement.SelectionMode

type t =
  1. | Select
  2. | Start
  3. | End
  4. | Preserve
val toString : t -> string