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

copies

Configures copies for Save model from its authoritative release declaration.

Reference contract

FieldValueDescription
valueType{ label: string; kind: string; path: string; copySizeBytes: number; }[]Declared input representation.
defaultRelease default applied when the field is omitted.
typescriptType{ label: string; kind: string; path: string; copySizeBytes: number; }[]Compiler-resolved TypeScript contract.
requiredtrue

Configures copies for Save model from its authoritative release declaration.

The declared value type is { label: string; kind: string; path: string; copySizeBytes: number; }[]. This field is required.

Authoritative source

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