forked from aparoksha/adwaita-swift
26 lines
258 B
Markdown
26 lines
258 B
Markdown
**CLASS**
|
|
|
|
# `State.Storage`
|
|
|
|
A class storing the value.
|
|
|
|
## Properties
|
|
### `value`
|
|
|
|
The stored value.
|
|
|
|
### `key`
|
|
|
|
The storage key.
|
|
|
|
### `folder`
|
|
|
|
The folder path.
|
|
|
|
## Methods
|
|
### `init(value:)`
|
|
|
|
Initialize the storage.
|
|
- Parameters:
|
|
- value: The value.
|