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

state

Configures state for License status from its authoritative release declaration.

Reference contract

FieldValueDescription
valueTypeenumDeclared input representation.
defaultRelease default applied when the field is omitted.
typescriptType"error" | "checking" | "unlicensed" | "awaiting-approval" | "authorized"Compiler-resolved TypeScript contract.
requiredtrue
allowed["error","checking","unlicensed","awaiting-approval","authorized"]Allowed declaration values.

Configures state for License status from its authoritative release declaration.

The declared value type is enum. Allowed values are ["error","checking","unlicensed","awaiting-approval","authorized"]. This field is required.

Authoritative source

Catalog
telion.app/0.1.0-beta
Identity
service/licensing/status/field/state
Path
apps/desktop-electron/src/ui/LicenseGate.tsx
Symbol
DesktopLicenseStatus