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

    Interface RouteRequirements

    interface RouteRequirements {
        auth?: boolean;
        capabilities?: string[];
        launchMode?: ("inline" | "compact" | "fullscreen")[];
        startParam?: string;
    }
    Index

    Properties

    auth?: boolean
    capabilities?: string[]
    launchMode?: ("inline" | "compact" | "fullscreen")[]
    startParam?: string