Home > @i2analyze/notebook-sdk > visual > IEdgeStyle
visual.IEdgeStyle interface
A style for an edge, which affects its appearance.
Signature:
interface IEdgeStyle extends IElementStyleBase
Extends: IElementStyleBase
Introduced: version 1.2
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| color | readonly |
IElementSetting<string> | Gets the color of the element. (Inherited from IElementStyleBase) |
| width | readonly |
IElementSetting<number> | Gets the width of the edge. |