Usages of LabelsSource
Method Return Values
| createLabelsSource (function(TDataItem):any, function(TLabelDataItem, any):any?, ) | in EdgeCreator | Creates a new source of label data items that will be added to edges created by this instance. | |
| createLabelsSource (function(TDataItem):any, function(TLabelDataItem, any):any?, ) | in NodeCreator | Creates a new source of label data items that will be added to nodes created by this instance. |
Method Parameters
| addLabelsSource (function(TDataItem):any, LabelsSource<TLabelDataItem>) | in EdgeCreator | Adds the given labelsSource to this instance. | |
| addLabelsSource (function(TDataItem):any, LabelsSource<TLabelDataItem>) | in NodeCreator | Adds the given labelsSource to this instance. |