Remove LGraph._subgraph_node (Legacy subgraph) (#456)

This commit is contained in:
Chenlei Hu
2025-02-03 20:36:38 -08:00
committed by GitHub
parent dc24c6617f
commit 3cd08e9e0c
2 changed files with 0 additions and 4 deletions

View File

@@ -105,7 +105,6 @@ export class LGraph implements LinkNetwork, Serialisable<SerialisableGraph> {
execution_time: number
_last_trigger_time?: number
filter?: string
_subgraph_node?: LGraphNode
/** Must contain serialisable values, e.g. primitive types */
config: LGraphConfig
vars: Dictionary<unknown>

View File

@@ -240,7 +240,6 @@ LGraph {
"widgets_up": undefined,
},
],
"_subgraph_node": undefined,
"_version": 3,
"catch_errors": true,
"config": {},
@@ -286,7 +285,6 @@ LGraph {
"_nodes_by_id": {},
"_nodes_executable": [],
"_nodes_in_order": [],
"_subgraph_node": undefined,
"_version": 0,
"catch_errors": true,
"config": {},
@@ -562,7 +560,6 @@ LGraph {
"widgets_up": undefined,
},
],
"_subgraph_node": undefined,
"_version": 3,
"catch_errors": true,
"config": {},