Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
Loading...
Searching...
No Matches
aria::trace::Binding Struct Reference

Binding events. More...

#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.

Detailed Description

Binding events.

op is one of "vm_to_view" / "view_to_vm" / "feedback_suppressed" / "view_destroyed_drop".

Member Data Documentation

◆ platform

std::string aria::trace::Binding::platform

Adapter platform name ("qt6", "appkit", "uikit", "fake", ...).

◆ target

std::string aria::trace::Binding::target

Bind target description, free-form ("text", "bool", "int", ...).

◆ op

std::string aria::trace::Binding::op

What happened.


The documentation for this struct was generated from the following file: