Class type Dom_html.​clientRect
class type clientRect = object..end
Rectangular box (used for element bounding boxes)
method top : float Js.t Js.readonly_prop
method right : float Js.t Js.readonly_prop
method bottom : float Js.t Js.readonly_prop
method left : float Js.t Js.readonly_prop
method width : float Js.t Js.optdef Js.readonly_prop
method height : float Js.t Js.optdef Js.readonly_prop
