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

    Interface TeleforgeRouteCapability

    Defines a route-level capability gate in the Teleforge manifest.

    interface TeleforgeRouteCapability {
        auth?: boolean;
        launchMode?: "inline" | "compact" | "fullscreen";
        payments?: boolean;
    }
    Index

    Properties

    auth?: boolean
    launchMode?: "inline" | "compact" | "fullscreen"
    payments?: boolean