Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.reflect
/
Proxy
Proxy
class
Proxy
<
T
:
JsAny
>
(
target
:
T
,
handler
:
ProxyHandler
<
T
>
)
(
source
)
Members
Constructors
Proxy
Link copied to clipboard
constructor
(
target
:
T
,
handler
:
ProxyHandler
<
T
>
)
Types
Companion
Link copied to clipboard
object
Companion
Revocable
Link copied to clipboard
sealed
interface
Revocable
<
T
:
JsAny
>