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 theT-typed Function.no setter -
toJSCaptureThis
→ JSExportedDartFunction<
T> -
Available on T, provided by the FunctionToJSExportedDartFunction extension
A JavaScript function that captures thethisvalue when called and forwards to theT-typed Function.no setter