Action Handler
The Action Handler can be used to specify what happens when an action is done in a widget. The response of an action handler can of 4 types - banner, form, sections_edit, and section_navigate.
Request payload when action handler is invoked:
Parameters | Description |
operator | Details of the operator who is accessing the widget |
environment | Details of the environment in which SalesIQ has been accessed |
context | Details of the module in which the widget is invoked |
action | Details of the action that was performed |
target | Details of the section and the element from which the action is performed |
handler | The handler that is invoked (Value : action) |