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

globalData

Configures globalData for Published dataset from its authoritative release declaration.

Reference contract

FieldValueDescription
valueTypefield-mapDeclared input representation.
defaultRelease default applied when the field is omitted.
typescriptTypeRecord<string, { numberOfComponents: number; values: number[]; unit?: string; location?: string; label?: string; dataType?: string; }>Compiler-resolved TypeScript contract.
requiredfalse
readOnlytrue

Configures globalData for Published dataset from its authoritative release declaration.

The declared value type is field-map. This field is optional.

Authoritative source

Catalog
telion.app/0.1.0-beta
Identity
service/results-viewport/dataset/field/globalData
Path
apps/desktop-electron/src/ui/resultEvaluator.ts
Symbol
ResultDataset