4 console.read
therealkrispet edited this page 2019-11-18 11:09:58 +01:00

Request

  • Description: Retrieves the console's content.
  • Subscribers: FrontendProxyHandler, ConsoleComponent
{
    "key": "console.read"
}

Example: Same as above, does not have additional parameters.

Response

  • Description: Returns the current content of the console.
  • Subscribers: (none)
{
    "key": "console.read"
}
Parameter Type Required Description
content string ✔️ Text stored inside the console.

Example:

{
    "key": "console.read",
    "content": " * Serving Flask app..."
}