eventHandler(pConn, event)
Runs an eventHandler for the given context of the component through the Action Processor.
Returns
Not applicable.
Parameters
Name | Type | Description | Required |
pConn | object | The PConnect object associated with the handler being registered. | ✅ |
event | object | The Document Object Model (DOM) event object associated with the event. | ✅ |
Usage example
In this example, the API handles the event triggered by the UI component.
getPConnect().getActionsApi().eventHandler(pConnObject, event);
Previous topic deleteCaseInCreateStage(containerItemID) Next topic finishAssignment(containerItemID)