mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
[Reland] Restrict applyToGraph to PrimitiveNode (#2724)
This commit is contained in:
2
src/types/litegraph-augmentation.d.ts
vendored
2
src/types/litegraph-augmentation.d.ts
vendored
@@ -82,8 +82,6 @@ declare module '@comfyorg/litegraph' {
|
||||
convertToNodes?(): LGraphNode[]
|
||||
recreate?(): Promise<LGraphNode>
|
||||
refreshComboInNode?(defs: Record<string, ComfyNodeDef>)
|
||||
/** Used by virtual nodes (primitives) to insert their values into the graph prior to queueing. */
|
||||
applyToGraph?(extraLinks?: LLink[]): void
|
||||
/** @deprecated groupNode */
|
||||
updateLink?(link: LLink): LLink | null
|
||||
onExecutionStart?(): unknown
|
||||
|
||||
Reference in New Issue
Block a user