-
-
Notifications
You must be signed in to change notification settings - Fork 71
Query
Popoto.js edited this page May 9, 2018
·
5 revisions
The query components display a text or Cypher representation of the graphical query.
The Cypher viewer will be generated in the container having this id:
popoto.cypherviewer.containerId = "popoto-cypher";
The Query viewer will be generated in the container having this id:
popoto.queryviewer.containerId = "popoto-query";
The labels can be customized with these properties:
popoto.queryviewer.QUERY_STARTER = "I'm looking for";
popoto.queryviewer.CHOOSE_LABEL = "choose";