Skip to content

Commit fa3a7d9

Browse files
committed
Add API for DataType and its usage in TreeColumnHeader
[Added] API for DataType and its usage in TreeColumnHeader Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
1 parent e0a60dd commit fa3a7d9

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

API-proposed.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2457,6 +2457,17 @@ components:
24572457
name:
24582458
type: string
24592459
description: Displayed name for this header
2460+
dataType:
2461+
type: string
2462+
description: "Data type of column. Optional, data type STRING is applied\
2463+
\ if absent."
2464+
enum:
2465+
- NUMBER
2466+
- BINARY_NUMBER
2467+
- TIMESTAMP
2468+
- DURATION
2469+
- STRING
2470+
- TIME_RANGE
24602471
tooltip:
24612472
type: string
24622473
description: "Displayed tooltip for this header. Optional, no tooltip is\

API.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1764,6 +1764,17 @@ components:
17641764
name:
17651765
type: string
17661766
description: Displayed name for this header
1767+
dataType:
1768+
type: string
1769+
description: "Data type of column. Optional, data type STRING is applied\
1770+
\ if absent."
1771+
enum:
1772+
- NUMBER
1773+
- BINARY_NUMBER
1774+
- TIMESTAMP
1775+
- DURATION
1776+
- STRING
1777+
- TIME_RANGE
17671778
tooltip:
17681779
type: string
17691780
description: "Displayed tooltip for this header. Optional, no tooltip is\

0 commit comments

Comments
 (0)