Interface for link state representation. Valid any keys and values, if adaptation methods was able to work with them.
Members
id :string|number
Unique id of link in this graph. Ignored when inserting.
Type:
-
string
|number
source :string|number|Array.<string>|Array.<number>
Some reference to source. Can be undefined.
Type:
-
string
|number
|Array.<string>
|Array.<number>