Developing Secure Code
Testing Components
getError()
getName()
getParam()
getParams()
getReturnValue()
getState()
isBackground()
setAbortable()
setBackground()
setCallback()
setParam()
setParams()
setStorable()
Previous PDF Versions
Sets parameters for an action. Use parameters to pass data to an Apex action.
setParams (Object config)
config: Type: Object. The key-value pairs for action parameters. For example { "record": id, "name": name}.
See Also