Appearance
GlobalLayout
Type: object
Represents a layout to be applied to a group of nodes. This can be:
Properties
- Custom
{layout: string, params: object, absolutePinning?: boolean, center?: boolean}An object containing the layout name and its parameters. Ifcenteris true, layout will keep the graph at the same center as before. - Layout
Promise<{x: number, y: number, radius?: number}[]>A promise that resolves to an array of points. - Nothing
null|undefined(indicating not running any layout).