web / useValidatorAggregator
Variable: useValidatorAggregator ​
constuseValidatorAggregator:UseValidatorAggregatorReturn
Defined in: apps/web/app/composables/useValidatorAggregator/useValidatorAggregator.ts:13
Description ​
Composable for managing form validation.
Returns ​
UseValidatorAggregatorReturn
Example ​
ts
const {
invalidFields, validators, registerValidator, registerInvalidFields, validateAllFields
} = useValidatorAggregator('properties');