StringKey

data class StringKey(val key: String, val defaultValue: String = "") : Keystone.Observable

An observable String key.

Constructors

Link copied to clipboard
constructor(key: String, defaultValue: String = "")

Properties

Link copied to clipboard

The fallback value if the key is missing. Defaults to "".

Link copied to clipboard
val key: String

The storage key name.