Type alias BarChartResultTableFormatter

BarChartResultTableFormatter: (<T>(tableContentBuilder: T, category: string, value: number, bar: BarChartBar) => T)

Type declaration

    • <T>(tableContentBuilder: T, category: string, value: number, bar: BarChartBar): T
    • Type definition for a function that formats text displayed in cursor result table.

      See examples in setCursorResultTableFormatter.

      Type Parameters

      Parameters

      • tableContentBuilder: T
      • category: string
      • value: number
      • bar: BarChartBar

      Returns T