↗ Code Examples
↗ NVL on npm
Preparing search index...
The search index is not available
Neo4j Visualization Library
Neo4j Visualization Library
@neo4j-nvl/base
CircularOptions
Interface CircularOptions
The options for the circular layout.
interface
CircularOptions
{
sortFunction
?:
(
(
nodes
:
Node
[]
)
=>
Node
[]
)
;
}
Index
Properties
sort
Function?
Properties
Optional
sort
Function
sort
Function
?:
(
(
nodes
:
Node
[]
)
=>
Node
[]
)
Function which should return the sorted nodes.
Settings
Theme
OS
Light
Dark
On This Page
Properties
sort
Function
↗ Code Examples
↗ NVL on npm
Neo4j Visualization Library
Loading...
The options for the circular layout.