On-Canvas Operations

Double-Clicking the Canvas

Double clicking the white area on canvas will automatically generate a new node with

  1. a label of "Undefined"

  2. the node caption of "New Node"

Editing the Node Label and Properties in Node Inspection Panel

Make sure APOC plugin is enabled in Neo4J database:

enable apoc

Clicking the property value in node inspector panel will make that property editable and un-clicking the text box (by for example clicking somewhere else) will persist the new value into Neo4J database:

modifying node properties example

Similary, we can modify node label:

modifying node label example

Creating On-Canvas Relationships

Alt-clicking one node, release the alk key, and alt-clicking another node will create a relationship between the two

Editing the Relationshiop Type and Properties in Node Inspection Panel

Make sure APOC plugin is enabled in Neo4J database:

enable apoc