Adds missing type for showMenuNodeOptionalOutputs

This commit is contained in:
Shan M
2020-03-31 17:21:53 +03:00
committed by GitHub
parent e9e7c8df21
commit 6ef31c8c3a

1
src/litegraph.d.ts vendored
View File

@@ -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;