Optional ReadonlyvalueRaw value; special values arrive as the sentinel strings, not as null.
Optional ReadonlynativeNative JS value (string | number | boolean | Date), or null.
Optional ReadonlyformattedWorksheet-formatted text — what a reader should hear.
Optional ReadonlyaliasOptional Readonlyhas
One cell of summary data.
Both value members are optional and typed
unknown:IncludeDataValuesOptionlets a caller ask for only one of them, and Tableau turns special values (%null%,%no-access%) intonullonnativeValue. Narrowing happens in the coercion helpers infields.ts, never at a call site.