跳到主要内容

Interface.FormatMoneyOptions

@standhigher/polaris-data-table


@standhigher/polaris-data-table / FormatMoneyOptions

Interface: FormatMoneyOptions

Locale, currency, and warning settings for money formatting.

Properties

locale

locale: string


currencyCode?

optional currencyCode?: string


columnKey?

optional columnKey?: string


onWarning?

optional onWarning?: (warning) => void

Parameters

warning

TableFormatWarning

Returns

void