Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.globals
/
GlobalScope
Global
Scope
interface
GlobalScope
:
Record
<
JsString
,
JsAny
?
>
(
source
)
Members
Functions
get
Link copied to clipboard
open
operator
fun
get
(
key
:
JsString
)
:
JsAny
?
set
Link copied to clipboard
open
operator
fun
set
(
key
:
JsString
,
value
:
JsAny
?
)