Home > @jsplumbtoolkit/browser-ui > CircularLayoutParameters
CircularLayoutParameters interface
Parameters for the circular layout.
Signature:
export interface CircularLayoutParameters extends LayoutParameters
Extends: LayoutParameters
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
centerRoot? | boolean | (Optional) If true, the first node in the data set will be placed in the center of the circle. Defaults to false. |