This content describes an older version of this product.
View Latest getReturnValue()
Gets the return value of an Apex action. An Apex action can return
any object containing serializable JSON data.
Signature
getReturnValue()
Returns
- Type: Object
- The return value of an Apex action.