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

    Interface LaunchModeBoundaryProps

    interface LaunchModeBoundaryProps {
        children: ReactNode;
        fallback?: ReactNode;
        modes: LaunchMode[];
        onModeChange?: (mode: LaunchMode) => void;
        redirectTo?: string;
        showExpandPrompt?: boolean;
    }
    Index

    Properties

    children: ReactNode
    fallback?: ReactNode
    modes: LaunchMode[]
    onModeChange?: (mode: LaunchMode) => void
    redirectTo?: string
    showExpandPrompt?: boolean