func invokeUndefinedMethod (fromWebScript : String!, withArguments : [Any]!) -> Any!
Handles undefined method invocation from the scripting environment.
Availability
Technology
func invokeDefaultMethod(withArguments arguments: [Any]!) -> Any!
args
The arguments to be passed to the default method.
The result of invoking the default method.
func invokeUndefinedMethod (fromWebScript : String!, withArguments : [Any]!) -> Any!