Module Chartjs.Padding
type tIf this value is a number, it is applied to all sides of the element (left, top, right, bottom). If this value is an object, the
leftproperty defines the left padding. Similarly theright,topandbottomproperties can also be specified.
class type obj = object ... endval make_object : ?top:int -> ?right:int -> ?bottom:int -> ?left:int -> unit -> t Js_of_ocaml.Js.tval of_object : obj Js_of_ocaml.Js.t -> t Js_of_ocaml.Js.tval of_int : int -> t Js_of_ocaml.Js.tval cast_int : t Js_of_ocaml.Js.t -> int Js_of_ocaml.Js.optval cast_object : t Js_of_ocaml.Js.t -> obj Js_of_ocaml.Js.t Js_of_ocaml.Js.opt