Migrate groupNodeManage (#36)

* rename

* Migrate node manager
This commit is contained in:
Chenlei Hu
2024-06-18 15:24:28 -04:00
committed by GitHub
parent e444a86ffe
commit 641c0fa01f
4 changed files with 32 additions and 24 deletions

View File

@@ -855,6 +855,7 @@ export declare class LGraphNode {
}
export type LGraphNodeConstructor<T extends LGraphNode = LGraphNode> = {
nodeData: any; // Used by group node.
new (): T;
};