plotly / react-cytoscapejs

React component for Cytoscape.js network visualisations
MIT License
470 stars 69 forks source link

Support selectionType prop #86

Open zirkelc opened 3 years ago

zirkelc commented 3 years ago

The prop selectionType(https://js.cytoscape.org/#cy.selectionType) is not available on the CytoscapeComponent component yet. Is there a plan to support this?

brogr commented 1 year ago

You can set it in useEffect with cyRef.current.selectionType("additive");