2023-09-12 08:17:52 +02:00

26 lines
343 B
Markdown

**STRUCT**
# `UpdateObserver`
A widget which executes a custom code when being updated.
## Properties
### `onUpdate`
The function.
### `content`
The content.
## Methods
### `container()`
Get the content's container.
- Returns: The content's container.
### `update(_:)`
Update the content.
- Parameter storage: The content's storage.