ZenFG TypeScript API / snapshot / root / FrameGraphSnapshotDiagnostic
Type Alias: FrameGraphSnapshotDiagnostic
FrameGraphSnapshotDiagnostic =
object
Defined in: packages/snapshot/src/types.ts:346
Producer or runtime diagnostic attached to the captured frame.
Properties
code
readonlycode:string
Defined in: packages/snapshot/src/types.ts:348
message
readonlymessage:string
Defined in: packages/snapshot/src/types.ts:349
nodeId?
readonlyoptionalnodeId?:FrameGraphSnapshotEntityId
Defined in: packages/snapshot/src/types.ts:350
resourceId?
readonlyoptionalresourceId?:FrameGraphSnapshotEntityId
Defined in: packages/snapshot/src/types.ts:351
severity
readonlyseverity:"info"|"warning"|"error"
Defined in: packages/snapshot/src/types.ts:347