The options for the circular layout.

interface CircularOptions {
    sortFunction?: ((nodes: Node[]) => Node[]);
}

Properties

Properties

sortFunction?: ((nodes: Node[]) => Node[])

Function which should return the sorted nodes.