mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-23 20:11:32 +00:00
Created console.write (markdown)
parent
99b8d1ae04
commit
c3306f09c2
24
console.write.md
Normal file
24
console.write.md
Normal file
@ -0,0 +1,24 @@
|
||||
* **Description**: Updates the content of the console.
|
||||
* **Subscribers**: *(none)*
|
||||
|
||||
```json
|
||||
{
|
||||
"key": "console.write",
|
||||
"scope": "websocket"
|
||||
}
|
||||
```
|
||||
|
||||
| Parameter | Type | Required | Description |
|
||||
| ------------ |:--------:|:------------------:| --------------------------- |
|
||||
| *content* | `string` | :heavy_check_mark: | New text to be displayed. |
|
||||
|
||||
***
|
||||
|
||||
**Example**:
|
||||
```json
|
||||
{
|
||||
"key": "console.write",
|
||||
"scope": "websocket",
|
||||
"content": "Unit test failed..."
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue
Block a user