UNPKG

ngx-cytoscapejs

Version:
8 lines (7 loc) 256 B
import { CytoscapeOptions } from 'cytoscape'; import { CxAttributeNameMap } from './cx-attribute-name-map.interface'; export interface CxConversion { options: CytoscapeOptions; attributeNameMap?: CxAttributeNameMap; backgroundColor?: string; }