react-cytoscapejs
react-cytoscapejs copied to clipboard
Support selectionType prop
The prop selectionType(https://js.cytoscape.org/#cy.selectionType) is not available on the CytoscapeComponent component yet. Is there a plan to support this?
You can set it in useEffect with cyRef.current.selectionType("additive");