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