mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 10:12:11 +00:00
Upstream render of slot error (#872)
Upstream slot error rendering from ComfyUI_frontend. 
This commit is contained in:
@@ -291,6 +291,10 @@ export interface INodeSlot {
|
||||
* This is calculated at runtime; it is **not** serialized.
|
||||
*/
|
||||
_floatingLinks?: Set<LLink>
|
||||
/**
|
||||
* Whether the slot has errors. It is **not** serialized.
|
||||
*/
|
||||
hasErrors?: boolean
|
||||
}
|
||||
|
||||
export interface INodeFlags {
|
||||
|
||||
Reference in New Issue
Block a user