From 6ef31c8c3ae01a5870e5311abeb3d0d5f983f8bb Mon Sep 17 00:00:00 2001 From: Shan M Date: Tue, 31 Mar 2020 17:21:53 +0300 Subject: [PATCH] Adds missing type for showMenuNodeOptionalOutputs --- src/litegraph.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/litegraph.d.ts b/src/litegraph.d.ts index 8c2a0e852..34315f36f 100644 --- a/src/litegraph.d.ts +++ b/src/litegraph.d.ts @@ -1017,6 +1017,7 @@ export declare class LGraphCanvas { /** Create menu for `Add Node` */ static onMenuAdd: ContextMenuEventListener; static showMenuNodeOptionalInputs: ContextMenuEventListener; + static showMenuNodeOptionalOutputs: ContextMenuEventListener; static onShowMenuNodeProperties: ContextMenuEventListener; static onResizeNode: ContextMenuEventListener; static onMenuNodeCollapse: ContextMenuEventListener;