Interface TabContent

interface TabContent {
    graph: any;
    title: string;
}

Properties

Properties

graph: any

Cytoscape.js graph as JSON

title: string