Optional
asyncIf true, any Java exception will be returned in the cause
field of the thrown JavaError
even in async methods.
Enabling this will cause the stack trace of the
JavaScript error to be lost.
Default is false.
2.6.0
Optional
asyncThe suffix to use for asynchronous methods. Set this value to an empty string to disable the suffix. The default value is an empty string. Setting this value to the same value as syncSuffix will result in an error.
2.4.0
If true, the custom inspect method will be used to display the object in the console.
2.4.0
If true, the event loop will be run when an interface proxy is active.
2.2.3
Optional
syncThe suffix to use for synchronous methods. Set this value to an empty string to disable the suffix. The default value is "Sync". Setting this value to the same value as asyncSuffix will result in an error.
2.4.0
Generated using TypeDoc
Configuration for the Java class proxy.
Since
2.4.0