Skip to documentation content
On this page
  1. Reference contract
  2. Authoritative source

diagnostics

Configures diagnostics for Save model from its authoritative release declaration.

Reference contract

FieldValueDescription
valueType{ severity: string; code: string; path: string; message: string; }[]Declared input representation.
defaultRelease default applied when the field is omitted.
typescriptType{ severity: string; code: string; path: string; message: string; }[]Compiler-resolved TypeScript contract.
requiredfalse

Configures diagnostics for Save model from its authoritative release declaration.

The declared value type is { severity: string; code: string; path: string; message: string; }[]. This field is optional.

Authoritative source

Catalog
telion.app/0.1.0-beta
Identity
service/project-lifecycle/save/field/diagnostics
Path
apps/desktop-electron/src/types/electron.d.ts
Symbol
Window.telion.saveProjectToDisk