package ezjs_ace

  1. Overview
  2. Docs

Class type Ace_types.ace_mode_helpers

method initialState : (unit -> 'state) Js_of_ocaml.Js.callback Js_of_ocaml.Js.writeonly_prop
method getNextLineIndent : ('state -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t) Js_of_ocaml.Js.callback Js_of_ocaml.Js.writeonly_prop
method getLineTokens : (Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> 'state -> int -> document Js_of_ocaml.Js.t -> 'state line_tokens Js_of_ocaml.Js.t) Js_of_ocaml.Js.callback Js_of_ocaml.Js.writeonly_prop
method checkOutdent : ('state -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> bool Js_of_ocaml.Js.t) Js_of_ocaml.Js.callback Js_of_ocaml.Js.writeonly_prop
method autoOutdent : ('state -> document Js_of_ocaml.Js.t -> int -> unit) Js_of_ocaml.Js.callback Js_of_ocaml.Js.writeonly_prop