mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-10 10:00:08 +00:00
Update litegraph.d.ts
Fix type definitions: - ContextMenu.constructor
This commit is contained in:
2
src/litegraph.d.ts
vendored
2
src/litegraph.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user