package ojs-base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val mutable sessions : session PMap.t
val mutable current : session option
method changed_files : PMap.key list
method changed_sessions : session list
method display_error : string -> unit
method display_filename : session -> unit
method display_message : string -> unit
method edit_file : ?mime:mime_type -> PMap.key -> unit Lwt.t
method get_session : PMap.key -> session option
method handle_message : P.server_msg -> bool Js_of_ocaml.Js.t
method id : string
method is_editable_from_mime : mime_type -> bool
method load_from_server : session -> unit Lwt.t
method msg_id : string
method new_session : ?mime:mime_type -> PMap.key -> session
method on_changed : session -> unit
method reload : unit Lwt.t
method reload_file : session -> unit Lwt.t
method save : unit Lwt.t
method save_changed_files : unit Lwt.t
method save_file : session -> unit Lwt.t
method simple_call : ?on_ok:(unit -> unit) -> P.client_msg -> unit Lwt.t