mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
refactor of docs
This commit is contained in:
15
docs/events/mount.md
Normal file
15
docs/events/mount.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Mount
|
||||
|
||||
The `Mount` event is sent to a widget and Application when it is first mounted.
|
||||
|
||||
- [ ] Bubbles
|
||||
|
||||
## Parameters
|
||||
|
||||
`sender`
|
||||
|
||||
: The sender of the widget
|
||||
|
||||
## Code
|
||||
|
||||
::: textual.events.Mount
|
||||
Reference in New Issue
Block a user