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
    • 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.

      Returns boolean

      true if the validator was reset

Returns

true if the validator was reset

Generated using TypeDoc