OutputEvent.M
val category_of_js : Ojs.t -> category
val category_to_js : category -> Ojs.t
val group_of_js : Ojs.t -> group
val group_to_js : group -> Ojs.t
type body = {
category : category Interop.or_undefined;
output : string;
group : group Interop.or_undefined;
variablesReference : int Interop.or_undefined;
source : Source.t Interop.or_undefined;
line : int Interop.or_undefined;
column : int Interop.or_undefined;
data : Interop.Js.Any.t Interop.or_undefined;
}
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t