Skip to documentation content
On this page
  1. Reference

globalData

Configures globalData for Published dataset from its authoritative release declaration.

Reference

FieldValueDescription
valueTypefield-mapDeclared input representation.
defaultRelease default applied when the field is omitted.
typescriptTypeRecord<string, { numberOfComponents: number; values: number[]; realValues?: number[]; imaginaryValues?: number[]; complexValued?: boolean; 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.