|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
#include <diagnostics.hpp>
Public Attributes | |
| std::string | platform |
| Adapter platform name ("qt6", "appkit", "uikit", "fake", ...). | |
| std::string | target |
| Bind target description, free-form ("text", "bool", "int", ...). | |
| std::string | op |
| What happened. | |
Binding events.
op is one of "vm_to_view" / "view_to_vm" / "feedback_suppressed" / "view_destroyed_drop".
| std::string aria::trace::Binding::platform |
Adapter platform name ("qt6", "appkit", "uikit", "fake", ...).
| std::string aria::trace::Binding::target |
Bind target description, free-form ("text", "bool", "int", ...).
| std::string aria::trace::Binding::op |
What happened.