src/rpiWebClient.interfaces.ts
Realtime Lens object used to configure dom lenses
Properties |
|
| attribute |
attribute:
|
Type : string
|
| Optional |
|
The DOM element attribute value to use to collect the parameter value |
| index |
index:
|
Type : number
|
| Optional |
|
The index of the DOM element to target from the selector query starting at 1 |
| realtimeParameter |
realtimeParameter:
|
Type : LensParameter
|
|
The LensParameter settings for the Realtime Parameter |
| selectors |
selectors:
|
Type : string
|
|
The Javascript DOM selector method(s) to lookup |
| timeoutMs |
timeoutMs:
|
Type : number
|
| Optional |
|
A timeout in milliseconds. When specified, the Lens will wait the specified number of milliseconds after the RpiWebClient is initialized before being evaluated |