FunctionToJSExportedDartFunctionVarArgs<R extends JSAny?, E extends JSAny?> extension

Conversion from Function to a JSFunction that takes any number of arguments as an array.

on
Annotations
  • @Since.new('3.14')

Properties

toJSVarArgs JSExportedDartFunction<R Function(JSArray<E>)>

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

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