Update litegraph.d.ts

Fix type definitions:
- ContextMenu.constructor
This commit is contained in:
ralphwetzel
2021-02-13 12:55:37 +01:00
committed by GitHub
parent 0ad6104661
commit 5a680b9ac9

2
src/litegraph.d.ts vendored
View File

@@ -1466,7 +1466,7 @@ declare class ContextMenu {
): void;
static isCursorOverElement(event: MouseEvent, element: HTMLElement): void;
static closeAllContextMenus(window: Window): void;
constructor(values: ContextMenuItem[], options?: IContextMenuOptions);
constructor(values: ContextMenuItem[], options?: IContextMenuOptions, window?: Window);
options: IContextMenuOptions;
parentMenu?: ContextMenu;
lock: boolean;