mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
Merge pull request #196 from Kidoncio/ts_has_errors
TS support about LGraphNode.has_errors
This commit is contained in:
2
src/litegraph.d.ts
vendored
2
src/litegraph.d.ts
vendored
@@ -645,6 +645,8 @@ export declare class LGraphNode {
|
|||||||
resizable: boolean;
|
resizable: boolean;
|
||||||
/** slots are distributed horizontally */
|
/** slots are distributed horizontally */
|
||||||
horizontal: boolean;
|
horizontal: boolean;
|
||||||
|
/** if true, the node will show the bgcolor as 'red' */
|
||||||
|
has_errors?: boolean;
|
||||||
|
|
||||||
/** configure a node from an object containing the serialized info */
|
/** configure a node from an object containing the serialized info */
|
||||||
configure(info: SerializedLGraphNode): void;
|
configure(info: SerializedLGraphNode): void;
|
||||||
|
|||||||
Reference in New Issue
Block a user