Usages of LabelCreator
Properties
labelCreator | in LabelsSource | Gets or sets the LabelCreator<TDataItem> for this source, which can be used to adjust the creation behavior. |
Method Return Values
createLabelBinding (function(TDataItem):string?, ) | in EdgeCreator | Creates a binding for labels that will be added to edges created by this instance. | |
createLabelBinding (function(TDataItem):string?, ) | in NodeCreator | Creates a binding for labels that will be added to nodes created by this instance. |
Method Parameters
LabelsSource (LabelCreator<TDataItem>, function(TDataItem, any):any?) | in LabelsSource | Creates a new source with the given labelCreator . |