core/range-display/range-display.model.ts
Properties |
|
| current |
current:
|
Type : number
|
| Optional |
|
Current value of the measurement (optional) |
| fractionSize |
fractionSize:
|
Type : number
|
| Optional |
|
Determines the number of decimal places (optional) |
| max |
max:
|
Type : number
|
| Optional |
|
The maximum value of the range display (optional) Default should be 100. |
| min |
min:
|
Type : number
|
| Optional |
|
The minimum value of the range display (optional) Default should be 0. |
| orientation |
orientation:
|
Type : "horizontal" | "vertical"
|
| Optional |
|
Widget orientation. Can only be 'horizontal' or 'vertical'. (optional) |
| redRangeMax |
redRangeMax:
|
Type : number
|
| Optional |
|
Maximum value for the red range. (optional) |
| redRangeMin |
redRangeMin:
|
Type : number
|
| Optional |
|
Minimum value for the red range. (optional) |
| target |
target:
|
Type : number
|
| Optional |
|
Target value of the measurement (optional) |
| time |
time:
|
Type : string
|
| Optional |
|
Current time of the measurement (optional) |
| unit |
unit:
|
Type : string
|
| Optional |
|
Unit of the measurement. E.g. 'C'(optional) |
| yellowRangeMax |
yellowRangeMax:
|
Type : number
|
| Optional |
|
Maximum value for the yellow range. (optional) |
| yellowRangeMin |
yellowRangeMin:
|
Type : number
|
| Optional |
|
Minimum value for the yellow range. (optional) |