From 3a5006e311526542bbf81751373973915a8a9aea Mon Sep 17 00:00:00 2001 From: peterkogo Date: Tue, 7 Jan 2025 14:30:07 +0100 Subject: [PATCH] type --- packages/react/src/types/instance.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/types/instance.ts b/packages/react/src/types/instance.ts index e0a38d67..992655a4 100644 --- a/packages/react/src/types/instance.ts +++ b/packages/react/src/types/instance.ts @@ -183,7 +183,7 @@ export type GeneralHelpers Rect; /** * Gets all connections for a given handle belonging to a specific node. - * @de + * @deprecated * @param type - handle type 'source' or 'target' * @param id - the handle id (this is only needed if you have multiple handles of the same type, meaning you have to provide a unique id for each handle) * @param nodeId - the node id the handle belongs to