Element to be implemented in future release.
Component used as a page to log the communications and interactions between the operator and
the robot. It will show the event logged in a database (component), allow the user to filter
through the events (component) and query the database (Events.vue will manage those)
There are currently no components in this page. This component have the following
dependency : Bootstrap-Vue for styling.
Props
Name | Type | Default value | Required? | Description |
---|---|---|---|---|
bus |
Vue |
- | Yes | Vue bus use to emit event to other components. |
Router |
Vue |
- | Yes | Vue bus use to routing emit event to parent. |
Events
Name | Payload Type | Description |
---|---|---|
destroyed |
Event indicating the component has been destroyed. | |
mounted |
Event indicating the component has been mounted. |