ProgressStartEvent.M
type body = {
progressId : string;
title : string;
requestId : int Interop.or_undefined;
cancellable : bool Interop.or_undefined;
message : string Interop.or_undefined;
percentage : int Interop.or_undefined;
}
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t