Usages of NodeCreator
Properties
| nodeCreator | in AdjacencyNodesSource | Gets or sets the NodeCreator<TDataItem> for this source, which can be used to adjust the creation behavior. | |
| nodeCreator | in NodesSource | Gets or sets the NodeCreator<TDataItem> for this source, which can be used to adjust the creation behavior. | |
| nodeCreator | in TreeNodesSource | Gets or sets the NodeCreator<TDataItem> for this source, which can be used to adjust the creation behavior. |
Method Parameters
| AdjacencyNodesSource (NodeCreator<TDataItem>, function(TDataItem, any):any?) | in AdjacencyNodesSource | Creates a new source with the given nodeCreator. | |
| NodesSource (NodeCreator<TDataItem>, function(TDataItem, any):any?) | in NodesSource | Creates a new source with the given nodeCreator. | |
| TreeNodesSource (NodeCreator<TDataItem>, EdgeCreator<TDataItem>, function(TDataItem, any):any?) | in TreeNodesSource | Creates a new source with the given nodeCreator and parentEdgeCreator. |