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

    Interface UseLaunchCoordinationReturn

    interface UseLaunchCoordinationReturn {
        entryRoute: string | null;
        error: string | null;
        flowContext: FlowContext | null;
        flowId: string | null;
        isValid: boolean;
        rawFlowContext: string | null;
        stateKey: string | null;
        stepId: string | null;
    }
    Index

    Properties

    entryRoute: string | null
    error: string | null
    flowContext: FlowContext | null
    flowId: string | null
    isValid: boolean
    rawFlowContext: string | null
    stateKey: string | null
    stepId: string | null