@univerjs/sheets-numfmt v0.5.0-beta.1 • Docs
Function: getNumberFormatOptions()
function getNumberFormatOptions(): {
color: item.color;
label: item.label;
value: item.suffix;
}[]
Returns
{
color
: item.color
;
label
: item.label
;
value
: item.suffix
;
}[]
Defined in
sheets-numfmt/src/utils/options.ts:31