Interface ValidationCheckerArgs

interface ValidationCheckerArgs {
    wasReset: (() => boolean);
}

Properties

Properties

wasReset: (() => boolean)

Determines if the validator was reset after it was called. If it was reset, any results will be ignored, so it's safe to stop work early.

Type declaration

    • (): boolean
    • Returns boolean

      true if the validator was reset