Datatype Property

Number Style

The presentation style. Orthogonal to fractionDigits, so any style composes with any precision rather than needing one named format per pair. Supported values: - `decimal` → 0.07 (no scaling) - `percent` → 6.96% (scales by 100) - `basis-points` → 696 bp (scales by 10000) - `currency` → $1,234.50 (thousands separators; see currencyCode) - `compact` → 320B (short scale: K, M, B, T)

Domain
Number Format
Range
String