formatting/src/value_formatter.ts
Interface for implementing logic to determine the display value of some data.
Methods |
|
Abstract format | ||||||||||||
format(value: any, field: Field, localization: Localization)
|
||||||||||||
Called with some data and the field that controls display options.
Parameters :
Returns :
string
|