Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-js
/
js.reflect
Package-level
declarations
Types
Functions
Types
Has
Instance
Link copied to clipboard
web
interface
HasInstance
MDN Reference
Proxy
Link copied to clipboard
web
open
class
Proxy
<
T
:
ERROR CLASS: Symbol not found for JsAny
>
(
target
:
T
,
handler
:
ProxyHandler
<
T
>
)
MDN Reference
Proxy
Handler
Link copied to clipboard
web
interface
ProxyHandler
<
T
:
ERROR CLASS: Symbol not found for JsAny
>
MDN Reference
Reflect
Link copied to clipboard
web
object
Reflect
MDN Reference
Functions
safe
Get
Link copied to clipboard
web
fun
<
T
:
ERROR CLASS: Symbol not found for JsAny
,
V
:
ERROR CLASS: Symbol not found for JsAny
>
safeGet
(
target
:
T
,
property
:
KProperty1
<
T
,
V
>
)
:
V
?