Source: factory.core/extend.tui/ObjTuiBase.py
Abstract base class for all Axion TUI dashboards.
Provides shared functionality for terminal UI monitoring including
live display, logging, footer/header/logs panels, and the update
loop lifecycle.
...
| Method | Signature | Description |
|---|---|---|
| start | start() |
Start the TUI live display and polling thread. |
| stop | stop() |
Stop the TUI and restore the terminal. |
| log | log(message: str, level: str = TuiLogLevel.INFO) |
Append a timestamped log entry. |
| set_status | set_status(message: str) |
Update the footer status line. |