mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
Add zoom_speed to LGraphCanvas type def (#83)
This commit is contained in:
1
public/litegraph.d.ts
vendored
1
public/litegraph.d.ts
vendored
@@ -1316,6 +1316,7 @@ export declare class LGraphCanvas {
|
|||||||
visible_links: LLink[];
|
visible_links: LLink[];
|
||||||
visible_nodes: LGraphNode[];
|
visible_nodes: LGraphNode[];
|
||||||
zoom_modify_alpha: boolean;
|
zoom_modify_alpha: boolean;
|
||||||
|
zoom_speed: number;
|
||||||
//mouse in canvas coordinates, where 0,0 is the top-left corner of the blue rectangle
|
//mouse in canvas coordinates, where 0,0 is the top-left corner of the blue rectangle
|
||||||
mouse: Vector2;
|
mouse: Vector2;
|
||||||
//mouse in graph coordinates, where 0,0 is the top-left corner of the blue rectangle
|
//mouse in graph coordinates, where 0,0 is the top-left corner of the blue rectangle
|
||||||
|
|||||||
Reference in New Issue
Block a user