Gets or sets the specified children accessor function
Gets the children accessor function
(d: any) => any
Sets the specified children accessor function
If separation is specified, uses the specified function to compute separation between neighboring nodes. If separation is not specified, returns the current separation function
Gets the current separation function
(a: D3.Layout.GraphNode, b: D3.Layout.GraphNode) => number
Sets the specified function to compute separation between neighboring nodes
Gets or sets the available layout size
Gets the available layout size
Array<number>
Sets the available layout size
Gets or sets the sort order of sibling nodes for the layout using the specified comparator function
Gets the sort order function of sibling nodes for the layout
(d1: any, d2: any) => number
Sets the sort order of sibling nodes for the layout using the specified comparator function
Given the specified array of nodes, such as those returned by nodes, returns an array of objects representing the links from parent to child for each node
Runs the tree layout