Preparing search index...

    Interface UseValidationWorkflowReturn

    Return value of the useValidationWorkflow hook

    interface UseValidationWorkflowReturn {
        phase: ValidationPhase;
        initStage: InitializationStage;
        validationState: null | BatchValidationState;
        progress: null | ValidationProgress;
        importedCount: number;
        errorMessage: null | string;
        handlers: ValidationHandlers;
    }
    Index

    Properties

    validationState: null | BatchValidationState
    progress: null | ValidationProgress
    importedCount: number
    errorMessage: null | string