Home > @i2analyze/notebook-sdk > app > IEdgeSummaryEditor > setLabel
app.IEdgeSummaryEditor.setLabel() method
Sets or resets the label of the edge summary.
Signature:
setLabel(label: string | undefined): this;
Introduced: version 1.6
Parameters
Parameter | Type | Description |
---|---|---|
label | string | undefined | The label to set, or undefined to reset the label to the default. |
Returns:
this
The edge summary, with its label set to the specified value.