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

preview

Configures preview for Install reviewed packages from its authoritative release declaration.

Reference contract

FieldValueDescription
valueType{ requirements: string[]; install: TelionPythonPackage[]; remove: TelionPythonPackage[]; }Declared input representation.
defaultRelease default applied when the field is omitted.
typescriptType{ requirements: string[]; install: TelionPythonPackage[]; remove: TelionPythonPackage[]; }Compiler-resolved TypeScript contract.
requiredtrue

Configures preview for Install reviewed packages from its authoritative release declaration.

The declared value type is { requirements: string[]; install: TelionPythonPackage[]; remove: TelionPythonPackage[]; }. This field is required.

Authoritative source

Catalog
telion.app/0.1.0-beta
Identity
service/python-environments/install-packages/field/preview
Path
apps/desktop-electron/src/types/electron.d.ts
Symbol
Window.telion.pythonPackageInstall