GraphOptions
opts.directed boolean
opts.multigraph boolean
opts.compound boolean
True if the graph is compound e.g. when there are parent-child relationship between nodes
True if the graph is directed, see http://mathworld.wolfram.com/DirectedGraph.html
True if the graph is a multigraph, see http://mathworld.wolfram.com/Multigraph.html
Calls each of the listeners registered for a given event.
Return an array listing the events for which the emitter has registered listeners.
Return the listeners registered for a given event.
Add a listener for a given event.
Add a one-time listener for a given event.
Remove all listeners, or those of the specified event.
Remove the listeners of a given event.
Generated using TypeDoc