Documentation
    Preparing search index...
    type RunResult = {
        context: GenObj;
        contextField?: string;
        currentStep: number;
        maxSteps: number;
        previewURL?: string;
        renderBuilder?: GenObj;
        renderForm?: any;
        savingErrors?: any;
        stepName: string;
        title: string;
    }
    Index

    Properties

    context: GenObj
    contextField?: string
    currentStep: number
    maxSteps: number
    previewURL?: string
    renderBuilder?: GenObj
    renderForm?: any
    savingErrors?: any
    stepName: string
    title: string