Add generic types for useVueFlow
#1101
mdominiak2
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Mh... yeah I've thought about that too but then decided not to go that route atm. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to type the Nodes. I haven't found a way to do this, so I propose generic types for
useVueFlow
.Something like this
useVueFlow<NodaData, EdgeData, CustomEvents, KeyType>
.Beta Was this translation helpful? Give feedback.
All reactions