src/rpiWebClient.interfaces.ts
Realtime Lens object used to configure form lenses
Properties |
|
| formIndex |
formIndex:
|
Type : number
|
| Optional |
|
The index of the HTML form to target |
| formInputs |
formInputs:
|
Type : Array<FormLensInput>
|
|
The Form Lens Inputs to save as a Realtime Parameter for the Form Lens |
| formNameOrId |
formNameOrId:
|
Type : string
|
| Optional |
|
The name or id of the HTML form to target |
| 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 |