ForceDirectedVertex$Typings extension

on

Properties

charge num

Available on ForceDirectedVertex, provided by the ForceDirectedVertex$Typings extension

Gets or sets the electrical charge for this vertex. The default value is NaN.
getter/setter pair
forceX num

Available on ForceDirectedVertex, provided by the ForceDirectedVertex$Typings extension

Gets or sets the cumulative force on the vertex in the X direction. The default value is zero.
getter/setter pair
forceY num

Available on ForceDirectedVertex, provided by the ForceDirectedVertex$Typings extension

Gets or sets the cumulative force on the vertex in the Y direction. The default value is zero.
getter/setter pair
isFixed bool

Available on ForceDirectedVertex, provided by the ForceDirectedVertex$Typings extension

Gets or sets whether the vertex may be moved by any forces. The default value is false.
getter/setter pair
mass num

Available on ForceDirectedVertex, provided by the ForceDirectedVertex$Typings extension

Gets or sets the gravitational mass for this vertex. The default value is NaN.
getter/setter pair