Home > @jsplumbtoolkit/layout-hierarchical > AbstractHierarchicalLayoutParameters > getChildEdges
AbstractHierarchicalLayoutParameters.getChildEdges property
Optional function used to determine the edges to traverse to find children from some node
Signature:
getChildEdges?: (node: Vertex, toolkit: JsPlumbToolkit) => Array<Edge>;