Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Nov 22, 2023
1 parent 84ec28f commit 88e6cc3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/modules/ROOT/pages/neo4j-arc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ export default function MyGraphComponent(): JSX.Element {

= Neo4J Browser Internals

neo4j-arc does not genreate node ID. It is

The Neo4J Browser is logically composed of 2 parts:

. The neo4j-arc, which is the current part we are discussing
Expand All @@ -117,6 +115,15 @@ The Neo4J Browser is logically composed of 2 parts:
Note: the displayed `<id>` is the value of NodeMode.id
====

CAUTION
====

neo4j-arc does not generate or manage node/rel ID. Any xref:operations/on-canvas-operations.adoc[on-canvas operation]
generates nodes/rel with *transient ID* only. Any node/rel ID that is to be persisted needs to be generated and
managed by external logics, such as database auto-ID or library user

====

. A user-interface that combines the graph rendering (supported by the graphing module), database, and user
interaction together

Expand Down

0 comments on commit 88e6cc3

Please sign in to comment.