Module ProgressStartEvent.M

type body = {
  1. progressId : string;
  2. title : string;
  3. requestId : int Interop.or_undefined;
  4. cancellable : bool Interop.or_undefined;
  5. message : string Interop.or_undefined;
  6. percentage : int Interop.or_undefined;
}
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t
val event : string