Expand description
Application event types and a thread-safe ring-buffer event log.
Structs§
- Event
Log - Thread-safe ring-buffer event log. Automatically evicts the oldest events when capacity is reached. All operations recover from mutex poisoning.
- IpcCall
- A single Tauri IPC call with timing, result, and source webview.
Enums§
- AppEvent
- Application event captured by the introspection layer.
- Interaction
Kind - The kind of user interaction captured from the DOM.
- IpcResult
- Outcome of an IPC call: pending, success with a JSON value, or error.