Skip to main content

Module event

Module event 

Source
Expand description

Application event types and a thread-safe ring-buffer event log.

Structs§

EventLog
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.
InteractionKind
The kind of user interaction captured from the DOM.
IpcResult
Outcome of an IPC call: pending, success with a JSON value, or error.