Invoke JS Functions from C# by reference #1973
Answered
by
Singtaa
Mario-Werner
asked this question in
Q&A
-
Hi, im wondering if its possible to invoke JS Functions in C# by reference. This would be very useful for callbacks to JS. TS:
CS:
|
Beta Was this translation helpful? Give feedback.
Answered by
Singtaa
Jan 22, 2025
Replies: 1 comment 1 reply
-
Yes, on the C# side, just use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Mario-Werner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, on the C# side, just use
Action
for the type.