Skip to main content

Module repl_output

Module repl_output 

Source
Expand description

REPL output panel for Code mode.

Displays command history and execution results in a terminal-like interface. Shows success output in green and errors in red.

§Props

  • lines - List of executed commands and their results
  • on_clear - Callback to clear history

Re-exports§

pub use ReplOutput_completions::Component::ReplOutput;

Structs§

ReplOutputProps
Properties for the ReplOutput component.

Functions§

ReplOutput
Props