Variant
Defined in: types.ts:424
A group of execution graphs that share the same structural path.
Properties
count
readonlycount:number
Defined in: types.ts:428
Number of graphs in this variant.
exampleGraph
readonlyexampleGraph:ExecutionGraph
Defined in: types.ts:434
First graph in the group (representative example).
graphIds
readonlygraphIds: readonlystring[]
Defined in: types.ts:432
IDs of graphs belonging to this variant.
pathSignature
readonlypathSignature:string
Defined in: types.ts:426
Canonical path signature for this variant.
percentage
readonlypercentage:number
Defined in: types.ts:430
Percentage of total graphs (0–100).