Skip to content
Popoto.js edited this page May 9, 2018 · 5 revisions

The query components display a text or Cypher representation of the graphical query.

Cypher viewer

The Cypher viewer will be generated in the container having this id:

popoto.cypherviewer.containerId = "popoto-cypher";

Query viewer

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";