Skip to content

ZenFG TypeScript API / inspector / root / FrameGraphSnapshotIssue

Type Alias: FrameGraphSnapshotIssue

FrameGraphSnapshotIssue = object

Defined in: snapshot/src/types.ts:374

Structured validation or migration issue with a JSON-pointer-like path.

Properties

code

readonly code: string

Defined in: snapshot/src/types.ts:376


message

readonly message: string

Defined in: snapshot/src/types.ts:378


path

readonly path: string

Defined in: snapshot/src/types.ts:377


severity

readonly severity: "warning" | "error"

Defined in: snapshot/src/types.ts:375

Open source / MIT licensed