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

    Interface FlowResumeProviderProps

    interface FlowResumeProviderProps {
        children: ReactNode;
        indicatorDurationMs?: number;
        onFreshStart?: (reason: ResumeFlowError | null) => void;
        onResume?: (result: ResumeFlowSuccess) => void;
        parseFlowId?: () => string | null;
        resolveRoute?: (state: UserFlowState) => string | null;
        resolver: FlowStateResolver;
    }

    Hierarchy (View Summary)

    Index

    Properties

    children: ReactNode
    indicatorDurationMs?: number
    onFreshStart?: (reason: ResumeFlowError | null) => void
    onResume?: (result: ResumeFlowSuccess) => void
    parseFlowId?: () => string | null
    resolveRoute?: (state: UserFlowState) => string | null