Module Ojsed_js.MakeSource

Parameters

module P : Ojs_ed.Types.P

Signature

Sourceclass editor : (P.client_msg -> (P.server_msg -> unit Lwt.t) -> unit Lwt.t) -> (P.client_msg -> unit Lwt.t) -> bar_id:string -> msg_id:string -> string -> object ... end
Sourceclass editors : (P.app_client_msg -> (P.app_server_msg -> unit Lwt.t) -> unit Lwt.t) -> (P.app_client_msg -> unit Lwt.t) -> ((P.client_msg -> (P.server_msg -> unit Lwt.t) -> unit Lwt.t) -> (P.client_msg -> unit Lwt.t) -> bar_id:string -> msg_id:string -> string -> editor) -> object ... end