Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-js
/
js.objects
/
get
get
inline operator
fun
<
V
:
JsAny
?
>
ReadonlyRecord
<
JsAny
,
V
>
.
get
(
key
:
String
)
:
V
?
(
source
)
inline operator
fun
<
V
:
JsAny
?
>
ReadonlyRecord
<
JsString
,
V
>
.
get
(
key
:
String
)
:
V
?
(
source
)