Skip to content

IValidator.onRemove

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions

Optional, a method that gets called when the validator is removed for an object.

onRemove(
  validatable: TValidatable
): void

Source reference: src/validation/IValidator.ts:20.

Parameters

  • validatable: TValidatable
    The object which will no longer be validated.
Clone this wiki locally