module salix::cytoscape::Cytoscape
rascal-0.41.2
org.rascalmpl.salix-contrib-0.2.9
Usage
import salix::cytoscape::Cytoscape;
Dependencies
import salix::App;
import salix::HTML;
import salix::Node;
import salix::Core;
import salix::Index;
import lang::json::IO;
function onNodeClick
Attr onNodeClick(Msg(str) f)
function initCode
str initCode(str key)
function cyto
void cyto(str name, rel[str, str] graph, Attr event=null(), str width="200px", str height="200px", str \layout="random")