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
/
ShortStorageKey
Short
Storage
Key
class
ShortStorageKey
(
name
:
String
,
defaultValue
:
Short
?
=
null
)
:
StorageKey
<
Short
>
(
source
)
Members
Constructors
Short
Storage
Key
Link copied to clipboard
constructor
(
name
:
String
,
defaultValue
:
Short
?
=
null
)
Properties
default
Value
Link copied to clipboard
val
defaultValue
:
Short
?
name
Link copied to clipboard
val
name
:
String
Functions
convert
From
String
Link copied to clipboard
open
override
fun
convertFromString
(
value
:
String
)
:
Short
?
convert
To
String
Link copied to clipboard
open
override
fun
convertToString
(
value
:
Short
)
:
String