Developing Secure Code
Testing Components
getError()
getName()
getParam()
getParams()
getReturnValue()
getState()
isBackground()
setAbortable()
setBackground()
setCallback()
setParam()
setParams()
setStorable()
Previous PDF Versions
Gets the return value of an Apex action. An Apex action can return any object containing serializable JSON data.
getReturnValue()
Type: Object The return value of an Apex action.
See Also