- Fix build optional in ViewBuilder - Fix maximum size frame modifier - Improve inspector wrapper - Improve header bar - Improve status page - Improve the naming of some elements
26 lines
295 B
Markdown
26 lines
295 B
Markdown
**STRUCT**
|
|
|
|
# `Clamp`
|
|
|
|
A horizontal AdwClamp equivalent.
|
|
|
|
## Properties
|
|
### `content`
|
|
|
|
The content.
|
|
|
|
### `maxSize`
|
|
|
|
The maximum size.
|
|
|
|
## Methods
|
|
### `update(_:)`
|
|
|
|
Update a view storage.
|
|
- Parameter storage: The view storage.
|
|
|
|
### `container()`
|
|
|
|
Get a view storage.
|
|
- Returns: The view storage.
|