isFormValid(context)
Determines if a form is valid.
Returns
The validity of the form as a Boolean value.
Parameters
Name | Type | Description | Required |
context | string | The values of the fields in the form to be validated. | ✅ |
Usage example
In this example, the API determines if the specified form is valid.
const isFormValid = PCore.getFormUtils().isFormValid("app/primary_1/workarea_1");
Previous topic getChanges(target) Next topic APIs in the HeaderProcessor module