src/rpiWebClient.interfaces.ts
Realtime Lens object used to configure path lenses
Properties |
|
pathParts |
pathParts:
|
Type : Array<PathPart>
|
The PathParts to save as a Realtime Parameter for the Path Lens |
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 |
urlPattern |
urlPattern:
|
Type : string
|
The url pattern to match for the Path Lens. The Path Lens will only evaluate if the urlPattern is matched |