Setting

open class Setting

Represent a configuration setting.

See also

Types

Link copied to clipboard
open class AccessLevel
Represents how the setting can be accessed.
Link copied to clipboard
open class KEY
Represent the key of this config
Link copied to clipboard
enum TYPE
The type of the setting

Properties

Link copied to clipboard
open val accessLevel: Setting.AccessLevel
AccessLevel of the setting.
Link copied to clipboard
open val key: Setting.KEY
KEY of this setting
Link copied to clipboard
open val value: String
Value of this setting, if key is of type SINGLE
Link copied to clipboard
open val values: List<String>
Value of this setting, if key is of type MULTIPLE or OPTION