UNPKG
ngx-cytoscapejs
Version:
latest (1.8.0)
1.8.0
1.7.1
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
0.3.1
0.3.0
Cytoscape.js Angular Wrapper
github.com/9von10/ngx-cytoscapejs
9von10/ngx-cytoscapejs
ngx-cytoscapejs
/
lib
/
enum
/
cx-converter.enum.d.ts
8 lines
(7 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Available libraries to convert from CX to Cytoscape.js. */
export
declare
enum
CxConverter
{ cx2js =
"cx2js"
, cxVizConverter =
"cxVizConverter"
}