Beignet API reference
    Preparing search index...

    Type Alias AppMapNode

    One declared or inferred application concept in the app-map graph.

    type AppMapNode = {
        details?: Record<string, unknown>;
        feature?: string;
        id: string;
        kind: AppMapNodeKind;
        name: string;
        runtimeName?: string;
        source: AppMapSource;
        status?: AppMapNodeStatus;
    }
    Index
    details?: Record<string, unknown>
    feature?: string
    id: string
    name: string
    runtimeName?: string
    source: AppMapSource