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