Type alias BarChartResultTableFormatter
Bar
Chart
Result
Table
Formatter
: (<T>(tableContentBuilder
: T, category
: string, value
: number, bar
: BarChartBar) => T)
Type declaration
-
- <T>(tableContentBuilder: T, category: string, value: number, bar: BarChartBar): T
-
Parameters
-
tableContentBuilder: T
-
category: string
-
value: number
-
Returns T
Type definition for a function that formats text displayed in cursor result table.
See examples in setCursorResultTableFormatter.