Skip to content

ZenFG TypeScript API / snapshot / root / FrameGraphSnapshotGroup

Type Alias: FrameGraphSnapshotGroup

FrameGraphSnapshotGroup = object

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

Diagnostic grouping recorded around resources and nodes.

Properties

id

readonly id: FrameGraphSnapshotEntityId

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


label

readonly label: string

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


parentId?

readonly optional parentId?: FrameGraphSnapshotEntityId

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


stableKey?

readonly optional stableKey?: string

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

Open source / MIT licensed