Module Wd_script.Target

type t = [
  1. | `Realm of Realm.t
  2. | `Context of Wd.Browsing_context.t * string option
]
val jsont : t Jsont.t