NodeStyleAttributes
@graph-viz › Globals › core › NodeStyleAttributes
Hierarchy
NodeStyleAttributes
Index
Properties
Properties
Optional
absoluteSize
• absoluteSize? : undefined | number
Defined in packages/core/src/Nodes.ts:25
the absolute side in pixels of the bounding square container of the node (default is 20 pixels)
Optional
fill
• fill? : undefined | string
Defined in packages/core/src/Nodes.ts:13
node fill color hex string (default is #333333)
Optional
fillOpacity
• fillOpacity? : undefined | number
Defined in packages/core/src/Nodes.ts:19
relative node fill opacity (must be between 0.0 - 1.0)
Optional
innerRadius
• innerRadius? : undefined | number
Defined in packages/core/src/Nodes.ts:37
inner radius of the node circle relative to the absolute container size (must be between 0.0 to 1.0). (default is 0.2)
Optional
scale
• scale? : undefined | number
Defined in packages/core/src/Nodes.ts:31
node container's scale factor (default is 1.0)
Optional
stroke
• stroke? : undefined | string
Defined in packages/core/src/Nodes.ts:42
node strike color hex string
Optional
strokeOpacity
• strokeOpacity? : undefined | number
Defined in packages/core/src/Nodes.ts:48
relative node stroke opacity (must be between 0.0 - 1.0)
Optional
strokeWidth
• strokeWidth? : undefined | number
Defined in packages/core/src/Nodes.ts:54
relative node stroke width (This width is relative to the node container. Must be between 0.0 to 1.0)