1 reference to JSCallInfo
Microsoft.JSInterop.WebAssembly (1)
InternalCalls.cs (1)
18public static extern TRes InvokeJS<T0, T1, T2, TRes>(out string exception, ref JSCallInfo callInfo, [AllowNull] T0 arg0, [AllowNull] T1 arg1, [AllowNull] T2 arg2);