mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
showConnectionMenu with searchbox options (#111)
* showConnectionMenu with searchbox options * nit
This commit is contained in:
11
public/litegraph.d.ts
vendored
11
public/litegraph.d.ts
vendored
@@ -1537,7 +1537,16 @@ export declare class LGraphCanvas {
|
||||
callback: Function,
|
||||
event: any
|
||||
): HTMLDivElement;
|
||||
showSearchBox(event?: MouseEvent): void;
|
||||
showSearchBox(event?: MouseEvent, options?: LinkReleaseContext): void;
|
||||
showConnectionMenu(optPass?: {
|
||||
nodeFrom?: LGraphNode;
|
||||
slotFrom?: INodeSlot | string | number;
|
||||
nodeTo?: LGraphNode;
|
||||
slotTo?: INodeSlot | string | number;
|
||||
e?: MouseEvent;
|
||||
allow_searchbox?: boolean;
|
||||
showSearchBox?: (event?: MouseEvent, options?: LinkReleaseContext) => void;
|
||||
}): void;
|
||||
showEditPropertyValue(node: LGraphNode, property: any, options: any): void;
|
||||
createDialog(
|
||||
html: string,
|
||||
|
||||
Reference in New Issue
Block a user