Skip to content

Commit

Permalink
Add API for DataType and its usage in TreeColumnHeader
Browse files Browse the repository at this point in the history
[Added] API for DataType and its usage in TreeColumnHeader

Signed-off-by: Bernd Hufmann <[email protected]>
  • Loading branch information
bhufmann committed Mar 16, 2023
1 parent e0a60dd commit fa3a7d9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions API-proposed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2457,6 +2457,17 @@ components:
name:
type: string
description: Displayed name for this header
dataType:
type: string
description: "Data type of column. Optional, data type STRING is applied\
\ if absent."
enum:
- NUMBER
- BINARY_NUMBER
- TIMESTAMP
- DURATION
- STRING
- TIME_RANGE
tooltip:
type: string
description: "Displayed tooltip for this header. Optional, no tooltip is\
Expand Down
11 changes: 11 additions & 0 deletions API.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1764,6 +1764,17 @@ components:
name:
type: string
description: Displayed name for this header
dataType:
type: string
description: "Data type of column. Optional, data type STRING is applied\
\ if absent."
enum:
- NUMBER
- BINARY_NUMBER
- TIMESTAMP
- DURATION
- STRING
- TIME_RANGE
tooltip:
type: string
description: "Displayed tooltip for this header. Optional, no tooltip is\
Expand Down

0 comments on commit fa3a7d9

Please sign in to comment.