43 lines
586 B
Markdown
43 lines
586 B
Markdown
**STRUCT**
|
|
|
|
# `StatusPage`
|
|
|
|
A status page widget.
|
|
|
|
## Properties
|
|
### `title`
|
|
|
|
The title.
|
|
|
|
### `description`
|
|
|
|
The description.
|
|
|
|
### `icon`
|
|
|
|
The icon.
|
|
|
|
### `content`
|
|
|
|
Additional content.
|
|
|
|
## Methods
|
|
### `init(_:icon:description:content:)`
|
|
|
|
Initialize a status page widget.
|
|
- Parameters:
|
|
- title: The title.
|
|
- icon: The icon.
|
|
- description: Additional details.
|
|
- content: Additional content.
|
|
|
|
### `update(_:)`
|
|
|
|
Update the view storage of the text widget.
|
|
- Parameter storage: The view storage.
|
|
|
|
### `container()`
|
|
|
|
Get the container of the text widget.
|
|
- Returns: The view storage.
|