Implements the UIComponent interface to produce and control a graph component. Refer to the documentation of dashboard/UIComponent for more detailed information.
Note the dashboard assumes web components are defined with the special name 'componentName'. It will replace this string before intialization.
- Version:
- $$Id$$
- Source:
Inputs:
| Name | Type | Description |
|---|---|---|
userInput |
A JSON message produced by the instantiated video web component in the dashboard. |
Outputs:
| Name | Type | Description |
|---|---|---|
componentUpdate |
A websocket message produced upon initialization to send the video component to the dashboard app. |
Parameters:
| Name | Type | Description |
|---|---|---|
componentID |
A unique ID used for communication with the video component. |
Members
(inner) graphComponentURI
Set up the accessor by defining the inputs and outputs.