Children of the current issue node.
Dependencies of the current issue node.
Dependents of the current issue node.
Index of issue in the underlying (flat) array that was used to create this tree.
The issue corresponding to the current node.
The parent of the the current issue node, or undefined
if this node is a root node.
Generated using TypeDoc
Node in an issue tree (or forest).
In an issue tree (or forest), there is a one-to-one correspondence between SchedulableIssue objects and IssueNode objects. Parent-child and dependency relationships are “lifted” to IssueNode. That is, the dependencies of an IssueNode
a
are just those nodes that correspond to the issues referenced bya.issue.dependencies
.See also makeForest().