Interface: CreateParamValidatorOptions
Defined in: electron/services/ipc/validators/utils/parameterValidation.ts:39
Options for createParamValidator.
Properties
stopOnCountMismatch?
readonlyoptionalstopOnCountMismatch:boolean
Defined in: electron/services/ipc/validators/utils/parameterValidation.ts:44
When true, do not run per-parameter validators when the parameter count is invalid.