toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-js
/
js.objects
/
ReadonlyRecord
Readonly
Record
external
interface
ReadonlyRecord
<
K
:
Any
,
out
V
>
(
source
)
Inheritors
Record
Members
Functions
get
Link copied to clipboard
open
operator
fun
get
(
key
:
K
)
:
V
?