kobweb
Toggle table of contents
0.22.0
js
Platform filter
js
Switch theme
Search in API
kobweb
kobweb-core
/
com.varabyte.kobweb.core.data
/
Data
Data
interface
Data
(
source
)
Read-only access to a
MutableData
store.
See the header comment for that class for more information.
Inheritors
MutableData
Members
Members & Extensions
Functions
get
Link copied to clipboard
abstract
operator
fun
<
T
:
Any
>
get
(
key
:
KClass
<
T
>
)
:
T
?
get
Link copied to clipboard
inline
fun
<
T
:
Any
>
Data
.
get
(
)
:
T
?
get
Value
Link copied to clipboard
inline
fun
<
T
:
Any
>
Data
.
getValue
(
)
:
T
fun
<
T
:
Any
>
Data
.
getValue
(
key
:
KClass
<
T
>
)
:
T