A response to ask the client to execute the specified client function. Unlike {@link AuScript}, it invokes the function called zkType.function, where Type is the component's type (at the client) and function is the function name specified in {@link AuInvoke}.
data[0]: the component UUID
data[1]: the client function name (i.e., JavaScript function)
data[2]: the second argument
data[3]: the third argument...
Note: the first argument is always the component itself.
@author tomyeh
@since 3.0.0