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

syncPolicy

Configures syncPolicy for Repository preferences from its authoritative release declaration.

Reference contract

FieldValueDescription
valueTypeenumDeclared input representation.
defaultinheritRelease default applied when the field is omitted.
typescriptType"manual" | "inherit" | "auto-fetch" | "auto-sync"Compiler-resolved TypeScript contract.
requiredtrue
allowed["manual","inherit","auto-fetch","auto-sync"]Allowed declaration values.

Configures syncPolicy for Repository preferences from its authoritative release declaration.

The declared value type is enum. The release default is inherit. Allowed values are ["manual","inherit","auto-fetch","auto-sync"]. This field is required.

Authoritative source

Catalog
telion.app/0.1.0-beta
Identity
service/version-control/repository-preferences/field/syncPolicy
Path
apps/desktop-electron/src/ui/VersionHistoryPanel.tsx
Symbol
VersionHistoryPanelProps.onRepositoryPreferencesChange