From 4d180b4016bb73a50227fd0b8affa58b0020cf73 Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 11 Dec 2023 16:43:21 +0800 Subject: [PATCH] Add documentation --- docs/modules/ROOT/pages/neo4j-arc/index.adoc | 27 +++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/neo4j-arc/index.adoc b/docs/modules/ROOT/pages/neo4j-arc/index.adoc index 1a36d0d7b31..29542829451 100644 --- a/docs/modules/ROOT/pages/neo4j-arc/index.adoc +++ b/docs/modules/ROOT/pages/neo4j-arc/index.adoc @@ -82,7 +82,15 @@ image:basic-example.png[width=900] === Options -==== Turnning Off Inspection Panel +==== Turnning Off Node Inspector Panel + +neo4j-arc shows graph with an accompanying inspection panel on the right side. This panel might be not needed in at +least 2 business scenarios: + +1. a simple static page that just needs to show some static and simple graph +2. a MVP product has planned but would not want to add panel feature at the moment + +The inspector panel will show by default. To turn it-off: [source,typescript] ---- @@ -97,6 +105,23 @@ export default function MyGraphComponent(): JSX.Element { } ---- +==== Turnning Off Properties Table + + + +[source,typescript] +---- +export default function MyGraphComponent(): JSX.Element { + + return ( + + ); +} +---- + = Neo4J Browser Internals The Neo4J Browser is logically composed of 2 parts: