toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-js
/
js.reflect
/
Proxy
Proxy
external
class
Proxy
<
T
:
Any
>
(
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
:
Any
>