cytoscape/cytoscape-explore

Selection model and events

Closed this issue · 1 comments

When a user selects object(s) in the network view, other components will render related information for those selected objects. We need to design how the selection state is stored, and how other components can respond

Primary use case for this selection model/event for M1 is property viewer.

You can use the Cytoscape event model: https://js.cytoscape.org/#events

That should work out of the box for selection.