DisplayNode
@graph-viz › Globals › core › DisplayNode
Hierarchy
-
↳ DisplayNode
Index
Properties
- absoluteSize
- disableInteractions
- displayGroupIds
- fill
- fillOpacity
- id
- innerRadius
- scale
- stroke
- strokeOpacity
- strokeWidth
- x
- y
Properties
Optional
absoluteSize
• absoluteSize? : undefined | number
Inherited from NodeStyleAttributes.absoluteSize
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
disableInteractions
• disableInteractions? : undefined | false | true
Defined in packages/core/src/Nodes.ts:83
disables interactions on this node if set (default is false) NOTE: this could be defined on a mouse interaction node interface
Optional
displayGroupIds
• displayGroupIds? : string[]
Defined in packages/core/src/Nodes.ts:66
optional display group IDs
Optional
fill
• fill? : undefined | string
Inherited from NodeStyleAttributes.fill
Defined in packages/core/src/Nodes.ts:13
node fill color hex string (default is #333333)
Optional
fillOpacity
• fillOpacity? : undefined | number
Inherited from NodeStyleAttributes.fillOpacity
Defined in packages/core/src/Nodes.ts:19
relative node fill opacity (must be between 0.0 - 1.0)
id
• id: string
Defined in packages/core/src/Nodes.ts:61
Unique node id
Optional
innerRadius
• innerRadius? : undefined | number
Inherited from NodeStyleAttributes.innerRadius
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
Inherited from NodeStyleAttributes.scale
Defined in packages/core/src/Nodes.ts:31
node container's scale factor (default is 1.0)
Optional
stroke
• stroke? : undefined | string
Inherited from NodeStyleAttributes.stroke
Defined in packages/core/src/Nodes.ts:42
node strike color hex string
Optional
strokeOpacity
• strokeOpacity? : undefined | number
Inherited from NodeStyleAttributes.strokeOpacity
Defined in packages/core/src/Nodes.ts:48
relative node stroke opacity (must be between 0.0 - 1.0)
Optional
strokeWidth
• strokeWidth? : undefined | number
Inherited from NodeStyleAttributes.strokeWidth
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)
x
• x: number
Defined in packages/core/src/Nodes.ts:71
x coordinate of the node position
y
• y: number
Defined in packages/core/src/Nodes.ts:76
y position of the node position