kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
browser-ext
/
com.varabyte.kobweb.browser.storage
/
StringStorageKey
String
Storage
Key
class
StringStorageKey
(
name
:
String
,
defaultValue
:
String
?
=
null
)
:
StorageKey
<
String
>
(
source
)
Members
Constructors
String
Storage
Key
Link copied to clipboard
constructor
(
name
:
String
,
defaultValue
:
String
?
=
null
)
Properties
default
Value
Link copied to clipboard
val
defaultValue
:
String
?
name
Link copied to clipboard
val
name
:
String
Functions
convert
From
String
Link copied to clipboard
open
override
fun
convertFromString
(
value
:
String
)
:
String
convert
To
String
Link copied to clipboard
open
override
fun
convertToString
(
value
:
String
)
:
String