@jsvision/datagrid / CurrencyFormatOptions
Interface: CurrencyFormatOptions
Defined in: datagrid/src/format.ts:48
Currency options — currency (an ISO 4217 code) is required; a bare number is never styled implicitly.
Extends
Properties
currency
readonlycurrency:string
Defined in: datagrid/src/format.ts:50
ISO 4217 currency code, e.g. 'EUR' or 'USD'.
locale?
readonlyoptionallocale?:string
Defined in: datagrid/src/format.ts:40
BCP-47 locale tag; defaults to the host default locale.
Inherited from
maximumFractionDigits?
readonlyoptionalmaximumFractionDigits?:number
Defined in: datagrid/src/format.ts:44
Maximum fraction digits (forwarded to Intl.NumberFormat).
Inherited from
NumberFormatOptions.maximumFractionDigits
minimumFractionDigits?
readonlyoptionalminimumFractionDigits?:number
Defined in: datagrid/src/format.ts:42
Minimum fraction digits (forwarded to Intl.NumberFormat).