getChanges(target)
Obtains information about the data that has changed in a container.
Returns
The information about the changed state as an object.
Parameters
Name | Type | Description | Required |
target | string | The name of the container whose changed data information must be obtained. | ✅ |
Usage example
In this example, the API returns information about the data that has changed in the specified container.
PCore.getFormUtils().getChanges("app/primary_1");
Previous topic APIs in the FormUtils class Next topic isFormValid(context)