mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
Adds missing type for showMenuNodeOptionalOutputs
This commit is contained in:
1
src/litegraph.d.ts
vendored
1
src/litegraph.d.ts
vendored
@@ -1017,6 +1017,7 @@ export declare class LGraphCanvas {
|
|||||||
/** Create menu for `Add Node` */
|
/** Create menu for `Add Node` */
|
||||||
static onMenuAdd: ContextMenuEventListener;
|
static onMenuAdd: ContextMenuEventListener;
|
||||||
static showMenuNodeOptionalInputs: ContextMenuEventListener;
|
static showMenuNodeOptionalInputs: ContextMenuEventListener;
|
||||||
|
static showMenuNodeOptionalOutputs: ContextMenuEventListener;
|
||||||
static onShowMenuNodeProperties: ContextMenuEventListener;
|
static onShowMenuNodeProperties: ContextMenuEventListener;
|
||||||
static onResizeNode: ContextMenuEventListener;
|
static onResizeNode: ContextMenuEventListener;
|
||||||
static onMenuNodeCollapse: ContextMenuEventListener;
|
static onMenuNodeCollapse: ContextMenuEventListener;
|
||||||
|
|||||||
Reference in New Issue
Block a user