MCPcopy
hub / github.com/DevCloudFE/ng-devui / TreeNode

Class TreeNode

devui/tree/tree-factory.class.ts:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65export class TreeNode implements ITreeNodeData {
66 constructor(public id, public parentId, public data) {}
67}
68
69export class TreeFactory {
70 nodes: Dictionary<TreeNode>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected