module Ext_util_Point:Represents a 2D point with x and y properties, use ...sig..end
Represents a 2D point with x and y properties, useful for comparison and instantiation from an event:
var point = Ext.util.Point.fromEvent(e);
class type t =object..end
class type configs =object..end
class type events =object..end
class type statics =object..end
val get_static : unit -> statics Js.tval static : statics Js.tval fromEvent : 'a Js.t -> 'b Js.tstatics.fromEventval of_configs : configs Js.t -> t Js.tof_configs c casts a config object c to an instance of class tval to_configs : t Js.t -> configs Js.tto_configs o casts instance o of class t to a config object