changeHandler(pConn, event)
Runs a change handler 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 run. | ✅ |
event | object | The Document Object Model (DOM) event object associated with the change. | ✅ |
Usage example
In this example, the API handles the change event triggered by the UI component.
getPConnect().getActionsApi().changeHandler(pConnObject, event);
Previous topic cancelCreateStageAssignment(containerItemID) Next topic createWork(className, options)