@comfyorg/comfyui-frontend-types 1.26.7 → 1.26.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1912,7 +1912,7 @@ export declare class ComfyApp {
|
|
|
1912
1912
|
* If overriding, ensure that the set is passed on all recursive calls.
|
|
1913
1913
|
* @returns The node and the origin ID / slot index of the output.
|
|
1914
1914
|
*/
|
|
1915
|
-
resolveInput(slot: number, visited?: Set<string
|
|
1915
|
+
resolveInput(slot: number, visited?: Set<string>, type?: ISlotType): ResolvedInput | undefined;
|
|
1916
1916
|
/**
|
|
1917
1917
|
* Determines whether this output is a valid endpoint for a link (non-virtual, non-bypass).
|
|
1918
1918
|
* @param slot The slot index of the output.
|