Appearance
AdjacencyOptions
Type: object
Properties
- options(optional)
- bothExtremities(optional)
boolean
[=false]
Relevant only forgetAdjacentEdges
. Iftrue
, only edges for which both extremities are in theNodeList
are retrieved. - direction(optional)
"both"|"in"|"out"
[="both"]
Direction of the edges to follow. - filter(optional)
Filter
[="visible"]
Indicates what kind of elements should be retrieved. - policy(optional)
"union"|"include-sources"|"exclude-sources"
[="union"]
If "include-sources", the source node(s) will be added to the result. If "exclude-sources", the source node(s) will be removed from the result. If "union", the result is not modified. This parameter is ignored when retrieving adjacent edges.
- bothExtremities(optional)