Expand description
Message types for the Elm Architecture.
Messages are the only way to update the model in bubbletea. All user input, timer events, and custom events are represented as messages.
Structsยง
- Batch
Msg - Message for batch command execution.
- BlurMsg
- Message when terminal loses focus.
- Focus
Msg - Message when terminal gains focus.
- Interrupt
Msg - Message for Ctrl+C interrupt.
- Message
- A type-erased message container.
- QuitMsg
- Message to quit the program gracefully.
- Resume
Msg - Message when program resumes from suspension.
- Sequence
Msg - Message for sequential command execution.
- Suspend
Msg - Message to suspend the program (Ctrl+Z).
- Window
Size Msg - Message containing terminal window size.