Beignet API reference
    Preparing search index...

    Type Alias AppMapProjectionOptions

    Filters for selecting a token-bounded view of an app map.

    type AppMapProjectionOptions = {
        feature?: string;
        includeDiagnostics?: boolean;
        kinds?: readonly AppMapNodeKind[];
    }
    Index
    feature?: string
    includeDiagnostics?: boolean
    kinds?: readonly AppMapNodeKind[]