Closed erikhofer closed 5 years ago
Implement actions and reducer (reducer acts on success actions):
createNode: SoundgraphNodeType → CytoscapeNodeDefinition[]
setNodeOptions: {id: string, options: any} → CytoscapeNodeDefinition[]
deleteNode: string (id) → string[] (ids of cytoscape nodes)
deleteEdge: Edge → string[] (ids of cytoscape nodes)
Implement actions and reducer (reducer acts on success actions):
createNode: SoundgraphNodeType → CytoscapeNodeDefinition[]
setNodeOptions: {id: string, options: any} → CytoscapeNodeDefinition[]
deleteNode: string (id) → string[] (ids of cytoscape nodes)
deleteEdge: Edge → string[] (ids of cytoscape nodes)