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
/
interface
/
cx-conversion.interface.d.ts
8 lines
(7 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
CytoscapeOptions
}
from
'cytoscape'
;
import
{
CxAttributeNameMap
}
from
'./cx-attribute-name-map.interface'
;
export
interface
CxConversion
{
options
:
CytoscapeOptions
;
attributeNameMap
?:
CxAttributeNameMap
;
backgroundColor
?:
string
; }