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;