FunctionToJSExportedDartFunctionCaptureThisVarArgs<R extends JSAny?, T extends JSObject, E extends JSAny?> extension
Conversion from Function to a JSFunction that takes the this value
along with any number of arguments as an array.
- on
-
- R Function(T, JSArray<
E> )
- R Function(T, JSArray<
- @Since.new('3.14')
Properties
-
toJSCaptureThisVarArgs
→ JSExportedDartFunction<
R Function(T, JSArray< E> )> -
Available on R Function(T, JSArray<
Converts this Function to a JSFunction that passes theE> ), provided by the FunctionToJSExportedDartFunctionCaptureThisVarArgs extensionthisvalue along with all of its arguments as a List to this function.no setter