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

30 lines
311 B
Markdown

**CLASS**
# `State.Storage`
A class storing the value.
## Properties
### `value`
The stored value.
### `key`
The storage key.
### `folder`
The folder path.
### `update`
Whether to update the affected views.
## Methods
### `init(value:)`
Initialize the storage.
- Parameters:
- value: The value.