Manages the terminal's output rendering. Automatically subscribes to stdout/stderr events and renders them to a DOM element.
the element to render output to
the terminal to subscribe to
Get the element that output is rendered to.
Get whether the output is attached to the terminal.
Subscribe to stdout/stderr events from the terminal.
Unsubscribe from stdout/stderr events.
Clear the output element's contents.
Manages the terminal's output rendering. Automatically subscribes to stdout/stderr events and renders them to a DOM element.