Module DebugProtocol.ColumnDescriptor

include sig ... end
type t = private Ojs.t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
type type_ =
  1. | String
  2. | Number
  3. | Boolean
  4. | UnixTimestampUTC
val type__of_js : Ojs.t -> type_
val type__to_js : type_ -> Ojs.t
include sig ... end
val attributeName : t -> string
val label : t -> string
val format : t -> string Interop.or_undefined
val width : t -> int Interop.or_undefined