Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Node

Hierarchy

  • Node

Index

Properties

Properties

fixed

fixed: number

selective bit mask. !=0 means layout will not move.

Optional height

height: number

specify a width and height of the node's bounding box if you turn on avoidOverlaps

Optional index

index: number

index in nodes array, this is initialized by Layout.start()

Optional width

width: number

specify a width and height of the node's bounding box if you turn on avoidOverlaps

x

x: number

x and y will be computed by layout as the Node's centroid

y

y: number

x and y will be computed by layout as the Node's centroid

Generated using TypeDoc