Skip to main content

Type Alias: ReportValueType

ReportValueType = "string" | "number" | "integer" | "boolean" | "null" | "mixed"

Defined in: packages/core/src/report/spec.ts:80

The one type of a column's non-null cells. A dimension of whole numbers is integer. Canonical JSON text of objects is string, and mixed beside real strings, because the two can show the same text.