Skip to Content
ReferenceTypes

HandleConnection

Source on GitHub

The HandleConnection type is an extension of a basic Connection that includes the edgeId.

export type HandleConnection = { source: string | null; target: string | null; sourceHandle: string | null; targetHandle: string | null; edgeId: string; };

Fields

NameTypeDefault
sourcestring
targetstring
sourceHandlestring | null
targetHandlestring | null
edgeIdstring
Last updated on