Merge pull request #114 from sha-N/patch-2

Adds missing type for showMenuNodeOptionalOutputs
This commit is contained in:
Javi Agenjo
2020-03-31 16:58:35 +02:00
committed by GitHub

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;