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
Annotations
  • @Since.new('3.14')

Properties

toJSCaptureThisVarArgs JSExportedDartFunction<R Function(T, JSArray<E>)>

Available on R Function(T, JSArray<E>), provided by the FunctionToJSExportedDartFunctionCaptureThisVarArgs extension

Converts this Function to a JSFunction that passes the this value along with all of its arguments as a List to this function.
no setter