@univerjs/sheets-numfmt v0.5.0-beta.1 • Docs
Function: getCurrencyFormatOptions()
function getCurrencyFormatOptions(suffix): {
color: item.color;
label: string;
value: string;
}[]
Parameters
Parameter | Type |
---|---|
suffix | string |
Returns
{
color
: item.color
;
label
: string
;
value
: string
;
}[]
Defined in
sheets-numfmt/src/utils/options.ts:22