Member Junction
    Preparing search index...

    The minimum a row must expose to drive the overlay. Structural, so any source can satisfy it.

    type TaskGraphRuntimeRow = {
        ID: string;
        Name: string;
        Status: string;
    }
    Index

    Properties

    Properties

    ID: string

    Correlates the row back to a spec node. See BuildRuntimeStatus for how.

    Name: string
    Status: string