Home > @i2analyze/notebook-sdk > app > IEdgeEditor
app.IEdgeEditor interface
A set of methods for modifying the appearance of an edge.
Signature:
interface IEdgeEditor extends IElementEditorBase
Extends: IElementEditorBase
Introduced: version 1.2
Methods
| Method | Description |
|---|---|
| setColor(color) | Sets or resets the color of the element. (Inherited from IElementEditorBase) |
| setLabel(label) | Sets or resets the label of the element. (Inherited from IElementEditorBase) |
| setWidth(width) | Sets or resets the width of the edge. |