Beignet API reference
    Preparing search index...

    Type Alias AppMapResult

    Version 1 source-backed graph for a Beignet application.

    type AppMapResult = {
        app: {
            configFile?: string;
            convention: "standard" | "next" | "web" | "custom";
            framework: "next" | "web";
        };
        diagnostics: { doctor: InspectDiagnostic[]; lint: LintDiagnostic[] };
        edges: AppMapEdge[];
        nodes: AppMapNode[];
        schemaVersion: 1;
        summary: AppMapSummary;
        targetDir: string;
        unresolved: AppMapUnresolvedReference[];
    }
    Index
    app: {
        configFile?: string;
        convention: "standard" | "next" | "web" | "custom";
        framework: "next" | "web";
    }
    diagnostics: { doctor: InspectDiagnostic[]; lint: LintDiagnostic[] }
    edges: AppMapEdge[]
    nodes: AppMapNode[]
    schemaVersion: 1
    summary: AppMapSummary
    targetDir: string