Skip to main content

Variant

Defined in: types.ts:340

A group of execution graphs that share the same structural path.

Properties

count

readonly count: number

Defined in: types.ts:344

Number of graphs in this variant.


exampleGraph

readonly exampleGraph: ExecutionGraph

Defined in: types.ts:350

First graph in the group (representative example).


graphIds

readonly graphIds: readonly string[]

Defined in: types.ts:348

IDs of graphs belonging to this variant.


pathSignature

readonly pathSignature: string

Defined in: types.ts:342

Canonical path signature for this variant.


percentage

readonly percentage: number

Defined in: types.ts:346

Percentage of total graphs (0–100).