Expand description
Action types for event-driven architecture
Actions represent all possible events and state changes in the application. They are used to communicate between components and drive the application’s event loop.
Structs§
- Query
Explained Payload - Payload from a successful explained query (carried by
Action::QueryExplainedSuccess) - Source
Ref - Source reference payload from an explained query
Enums§
- Action
- Main action enum for application events
- Query
Mode - Query execution mode
- Status
Type - Status indicator types with associated colors