Interface: SettingItem
10/22/22Less than 1 minute
settings.SettingItem<T>
Represents one app setting entry. Read or update the current value through the value property.
Type parameters
| Name |
|---|
T |
Table of contents
Properties
Properties
value
value:T
Current setting value (type depends on the concrete setting).
