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