PathGraph

PathGraph

new PathGraph(collection, fields, config)

Parent constrctor arguments taken in args array.

Parameters:
Name Type Description
collection

A pointer to the collection dannymineobhodimye daapteru to work with the graph. This may be a connection to the SQL database and table name, for example, or a collection of Mongo.

fields Object

Comparison of the data in the collection of data in the graph. It is necessary for the adapter.

config Object

Additional config.

Properties
Name Type Description
fromFields Array.<string>

Start direction in path link

toFields Array.<string>

End direction in path link

Source: