Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface FlowStateCommitOptions

    interface FlowStateCommitOptions {
        error?: ResumeFlowError | null;
        indicatorVisible?: boolean;
        redirectTo?: string | null;
        status?: FlowStateStatus;
    }
    Index

    Properties

    error?: ResumeFlowError | null
    indicatorVisible?: boolean
    redirectTo?: string | null