Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-js
/
js.objects
/
ReadonlyRecord
Readonly
Record
interface
ReadonlyRecord
<
K
:
JsAny
,
out
V
:
JsAny
?
>
(
source
)
Inheritors
Record
Members
Members & Extensions
Functions
get
Link copied to clipboard
open
operator
fun
get
(
key
:
K
)
:
V
?
get
Link copied to clipboard
inline operator
fun
<
V
:
JsAny
?
>
ReadonlyRecord
<
JsAny
,
V
>
.
get
(
key
:
String
)
:
V
?
inline operator
fun
<
V
:
JsAny
?
>
ReadonlyRecord
<
JsString
,
V
>
.
get
(
key
:
String
)
:
V
?