Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-js
/
js.objects
/
get
get
web
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
)