david-swift 36e61255f8 Add support for toasts
Add the new concept of signals
2023-11-30 21:14:45 +01:00

29 lines
501 B
Markdown

**STRUCT**
# `AppearObserver`
A widget which executes a custom code when being rendered for the first time.
## Properties
### `onAppear`
The function.
### `content`
The content.
## Methods
### `container(modifiers:)`
Get the content's container.
- Parameter modifiers: Modify views before being updated.
- Returns: The content's container.
### `update(_:modifiers:)`
Update the content.
- Parameters:
- storage: The content's storage.
- modifiers: Modify views before being updated.