Skip to content

ZenFG TypeScript API / snapshot / root / FrameGraphSnapshotMigration

Type Alias: FrameGraphSnapshotMigration

FrameGraphSnapshotMigration = object

Defined in: packages/snapshot/src/types.ts:86

Migration provenance retained on a canonicalized legacy capture.

Properties

sourceFormat

readonly sourceFormat: "legacy-v0" | "legacy-candidate-v1" | "snapshot-v1.1"

Defined in: packages/snapshot/src/types.ts:87


unavailableFacts

readonly unavailableFacts: readonly FrameGraphSnapshotUnavailableFact[]

Defined in: packages/snapshot/src/types.ts:88

Open source / MIT licensed