How can I implement the functionality to expand and collapse nodes in Neo4j Bloom by simply clicking on nodes.

How can I implement the functionality to expand and collapse nodes in Neo4j Bloom by simply clicking on nodes, enabling graph traversal without the need for right-clicking and selecting specific scenes?

Hi @nilesh.skillnet ,

Could you clarify whether you want to (1) implement your own visualization application that has that behavior, or (2) request that Bloom itself adopts that behavior?

I'm unsure if you're building an application or making a feature request. :person_shrugging:

Best,
ABK

@abk I want to check - if Neo4j bloom offers this feature out of the box.

Unfortunately, that is not Bloom's current behavior. Clicking a Node will select it. Double-clicking will open details about the Node.

Expanding is either through a right-click to reveal the context menu (as you have observed), or by using the cmd-e key to "expand".

Best,
ABK