src/rpiWebClient.interfaces.ts
Interface for defining an RPI Realtime event
Properties |
|
| contentID |
contentID:
|
Type : string | null
|
|
The published content id to associate the event to. |
| extraParam |
extraParam:
|
Type : string | null
|
|
The state details. |
| metadata |
metadata:
|
Type : Array<ApiEventMetadata>
|
| Optional |
|
The event metadata. |
| state |
state:
|
Type : string
|
|
The state name. |
| stateValue |
stateValue:
|
Type : string | null
|
|
The state value. |