Module Wd_browsing_context.Clip_rectangle

type t = [
  1. | `Box_clip of Box_clip_rectangle.t
  2. | `Element_clip of Wd_script.Shared_reference.t
]
val jsont : t Jsont.t