| createGroupNodesSource (TDataItem[] | Iterable<TDataItem> | Map<any,TDataItem> | {
[id: string]: TDataItem;
} | (() => Generator<TDataItem>, function(TDataItem, any):any, ) | in
GraphBuilder | Creates a new NodesSource<TDataItem> and binds a collection of group node data items to it. |
| createNodesSource (TDataItem[] | Iterable<TDataItem> | Map<any,TDataItem> | {
[id: string]: TDataItem;
} | (() => Generator<TDataItem>, function(TDataItem, any):any, ) | in
GraphBuilder | Creates a new NodesSource<TDataItem> and binds a collection of node data items to it. |
| NodeCreator () | in
NodeCreator | Creates a new creator for nodes or group nodes. |
| FolderNodeDefaults (INodeDefaults?, ) | in
FolderNodeDefaults | Creates a new instance, optionally using all relevant values from the provided nodeDefaults objects. |
| Graph () | in
Graph | Creates a new instance of a graph that provides an ILookupDecorator for all of its entities. |