mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-01 22:09:55 +00:00
12 lines
263 B
TypeScript
12 lines
263 B
TypeScript
/**
|
|
* Subgraph constants
|
|
*
|
|
* This entire module is exported as `Constants`.
|
|
*/
|
|
|
|
/** ID of the virtual input node of a subgraph. */
|
|
export const SUBGRAPH_INPUT_ID = -10
|
|
|
|
/** ID of the virtual output node of a subgraph. */
|
|
export const SUBGRAPH_OUTPUT_ID = -20
|