Files
textual/docs/events/load.md
Will McGugan 28d395f774 code in events
2022-09-26 10:41:36 +01:00

17 lines
312 B
Markdown

# Load
The `Load` event is sent to the app prior to switching the terminal to application mode.
The load event is typically used to do any setup actions required by the app that don't change the display.
- [ ] Bubbles
- [ ] Verbose
## Attributes
_No additional attributes_
## Code
::: textual.events.Load