src/rpiWebClient.interfaces.ts
Lens Parameter for configuring Realtime Parameters for Realtime Lenses
Properties |
|
| isListParam |
isListParam:
|
Type : boolean
|
|
Flag to specify if the Realtime Parameter value is stored as a collection |
| isStrictValueMap |
isStrictValueMap:
|
Type : boolean
|
|
Flag to specify whether to use strict value map translations. When true, values not found in valueMap are not sent to RPI Realtime |
| lastViewedParameterName |
lastViewedParameterName:
|
Type : string
|
| Optional |
|
The name for the last viewed Realtime Parameter. Required when trackLastViewed is true |
| name |
name:
|
Type : string
|
|
The Realtime Parameter name |
| trackLastViewed |
trackLastViewed:
|
Type : boolean
|
| Optional |
|
Flag to specify whether an additional Realtime Parameter will be stored with the current value from the Path Lens. Required when isListParam is true |
| valueMap |
valueMap:
|
Type : Map<string | string>
|
|
Map of value translations for the values collected from the Path Lens. Required when valueMapEnabled is true |
| valueMapEnabled |
valueMapEnabled:
|
Type : boolean
|
|
Flag to specify whether the value collected from the Path Lens should be translated through the valueMap |