package ezjs_cytoscape

  1. Overview
  2. Docs

Module Ezjs_cytoscapeSource

Sourceclass type position = object ... end
Sourceclass type 'a style = object ... end
Sourcemodule DataItem : sig ... end
Sourceclass type layout_options = object ... end
Sourceclass type layout = object ... end
Sourceclass type props = object ... end
Sourceclass type cytoscape = object ... end
Sourceval cytoscape_cs : cytoscape_cs
Sourceval position : int -> int -> position Js_of_ocaml.Js.t
Sourceval node : ?pos:(int * int) -> string -> DataItem.t Js_of_ocaml.Js.t
Sourceval edge : ?id:string -> string -> string -> DataItem.t Js_of_ocaml.Js.t
Sourceval add_node : ?pos:(int * int) -> < add : DataItem.t Js_of_ocaml.Js.t -> 'res Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t -> string -> 'res
Sourceval add_edge : < add : DataItem.t Js_of_ocaml.Js.t -> 'res Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t -> source:string -> target:string -> 'res
Sourceval run_layout : layout Js_of_ocaml.Js.t -> unit