- collapsed
Whether the current node/group is collapsed. Default: FALSE.
- cursor
Node mouse hover cursor style. Common values include "default",
"pointer", "move", etc. Default: "default".
- fill
Node fill color. Can be any valid CSS color value. Default: "#1783FF".
- fillOpacity
Node fill color opacity. Value between 0 and 1. Default: 1.
- increasedLineWidthForHitTesting
When lineWidth is small, this value increases
the interactive area to make "thin lines" easier to interact with. Default: 0.
- lineCap
Node stroke end style. Options: "round", "square", "butt". Default: "butt".
- lineDash
Node stroke dash style. Vector of numbers specifying dash pattern.
- lineDashOffset
Node stroke dash offset. Default: NULL.
- lineJoin
Node stroke join style. Options: "round", "bevel", "miter". Default: "miter".
- lineWidth
Node stroke width. Default: 1.
- opacity
Node overall opacity. Value between 0 and 1. Default: 1.
- shadowBlur
Node shadow blur amount. Default: NULL.
- shadowColor
Node shadow color. Default: NULL.
- shadowOffsetX
Node shadow offset in the x-axis direction. Default: NULL.
- shadowOffsetY
Node shadow offset in the y-axis direction. Default: NULL.
- shadowType
Node shadow type. Options: "inner", "outer". Default: "outer".
- size
Node size. Can be a single number for equal width/height or a vector
of two numbers [width, height]
. Default: 32.
- stroke
Node stroke (border) color. Default: "#000".
- strokeOpacity
Node stroke color opacity. Value between 0 and 1. Default: 1.
- transform
CSS transform attribute to rotate, scale, skew, or translate the node.
Default: NULL.
- transformOrigin
Rotation and scaling center point. Default: NULL.
- visibility
Whether the node is visible. Options: "visible", "hidden". Default: "visible".
- x
Node x coordinate. Default: 0.
- y
Node y coordinate. Default: 0.
- z
Node z coordinate (for 3D). Default: 0.
- zIndex
Node rendering level (for layering). Default: 0.
- ...
Other parameters.