This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
Replies: 1 comment
-
No, this is not supported as of now. Shouldn't be too hard to implement though |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to do one-way type coercion in ports?
In my use case, I want to allow users to plug almost any kind of output into "String" input, but not the other way around (doesn't make much sense to plug string output into Vector2 input). Same for "Integer" into "Number". Is there a way to do this in current library implementation?
Beta Was this translation helpful? Give feedback.
All reactions