The target object type that will receive the proxied function.
The host object type that owns the original function.
OptionalasUse this name on the target for the proxied function. Defaults to the same name as the host function when not defined.
Identifies the host function name to proxy.
OptionalrpWhen false (the default) an existing function on the target will
not be replaced. Set to true to always overwrite.
Describes how a single function from a host object
Hshould be proxied onto a target objectT. Used as an element of thefuncDefsarray passed to createProxyFuncs.Since
0.9.8
Example