react-validatables
    Preparing search index...

    Interface ValidationCheckerArgs

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

    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