3 console.write
therealkrispet edited this page 2019-11-18 11:10:20 +01:00
  • Description: Updates the content of the console.
  • Subscribers: FrontendProxyHandler, ConsoleComponent
{
    "key": "console.write"
}
Parameter Type Required Description
content string ✔️ New text to be displayed.

Example:

{
    "key": "console.write",
    "content": "Unit test failed..."
}