Beignet API reference
    Preparing search index...

    Type Alias ExplainTarget

    Identity and source metadata for the resolved explanation target.

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