Home > @i2analyze/notebook-sdk > visual > INodeStyle
visual.INodeStyle interface
A style for a node, which affects its appearance.
Signature:
interface INodeStyle extends IElementStyleBase
Extends: IElementStyleBase
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
color | readonly |
IElementSetting<string> | Gets the color of the element. (Inherited from IElementStyleBase) |
image | readonly |
IImageSetting | Gets the image to display for the node. |
size | readonly |
IElementSetting<NodeSize> | Gets the size of the node. |