mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
docs
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
The `Mount` event is sent to a widget and Application when it is first mounted.
|
||||
|
||||
The mount event is typically used to set the initial state of a widget or to add new children widgets.
|
||||
|
||||
- [ ] Bubbles
|
||||
|
||||
## Parameters
|
||||
|
||||
@@ -17,3 +17,7 @@ The `Resize` event is sent to a widget when its size changes and when it is firs
|
||||
`event.container_size`
|
||||
|
||||
: The size of the widget's container.
|
||||
|
||||
## Code
|
||||
|
||||
::: textual.events.Mount
|
||||
|
||||
Reference in New Issue
Block a user