“Handlers in Widgets:
There are two handlers that widgets function on:
- This handler can be used to configure the information that will be displayed when a widget is rendered.
- The parameters available in this handler are operator, environment and context.
- The Action Handler can be used to specify what happens when an action is performed in a widget.
- The response of an action handler can be of 4 types – banner, form, sections_edit, and section_navigate.
- The parameters available in this handler are operator, environment, context, action and context.“