14 lines
255 B
Markdown
14 lines
255 B
Markdown
**PROTOCOL**
|
|
|
|
# `WindowView`
|
|
|
|
A special view that can access the window of the current instance
|
|
if located as the first view directly inside a window.
|
|
|
|
## Methods
|
|
### `window(_:)`
|
|
|
|
Modify the window.
|
|
- Parameter window: The window.
|
|
- Returns: The window.
|