mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
[TS] Update type to reflect actual usage (#2788)
This commit is contained in:
@@ -14,8 +14,8 @@ export class ConnectingLinkImpl implements ConnectingLink {
|
|||||||
constructor(
|
constructor(
|
||||||
public node: LGraphNode,
|
public node: LGraphNode,
|
||||||
public slot: number,
|
public slot: number,
|
||||||
public input: INodeInputSlot | undefined,
|
public input: INodeInputSlot | null | undefined | any,
|
||||||
public output: INodeOutputSlot | undefined,
|
public output: INodeOutputSlot | null | undefined | any,
|
||||||
public pos: Vector2,
|
public pos: Vector2,
|
||||||
public afterRerouteId?: RerouteId
|
public afterRerouteId?: RerouteId
|
||||||
) {}
|
) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user