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