Module Wd_input.Origin

type t = [
  1. | `Element of Element_origin.t
  2. | `Pointer
  3. | `Viewport
]
val jsont : t Jsont.t