david-swift 4937c36b3b Improve updating performance
And update docs reflecting the changes in the latest commits
2024-01-27 08:07:05 +01:00

18 lines
332 B
Markdown

**EXTENSION**
# `WindowSceneGroup`
## Methods
### `windows()`
Get the windows described by the group.
- Returns: The windows.
### `update(_:app:force:)`
Update the windows described by the group.
- Parameters:
- storage: The window's storage.
- app: The application.
- force: Whether to force update all the views.