FunctionToJSExportedDartFunction<T extends Function> extension

Conversions from T to JSExportedDartFunction<T>.

on
  • T

Properties

toJS JSExportedDartFunction<T>

Available on T, provided by the FunctionToJSExportedDartFunction extension

A JavaScript function that forwards to the T-typed Function.
no setter
toJSCaptureThis JSExportedDartFunction<T>

Available on T, provided by the FunctionToJSExportedDartFunction extension

A JavaScript function that captures the this value when called and forwards to the T-typed Function.
no setter