js library
Annotations to mark interfaces to JavaScript.
Classes
Constants
- anonymous → const _Anonymous
- An annotation that indicates a JS annotated class is structural and does not have a known JavaScript prototype.
- staticInterop → const _StaticInterop
- staticInterop enables the JS annotated class to be treated as a "static" interop class.
- trustTypes → const _TrustTypes
Functions
-
allowInterop<
F extends Function> (F f) → F -
Returns a wrapper around function
fthat can be called from JavaScript usingpackage:jsJavaScript interop. -
allowInteropCaptureThis(
Function f) → Function -
Returns a wrapper around function
fthat can be called from JavaScript usingpackage:jsJavaScript interop, passing JavaScriptthisas the first argument.