Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.reflect
/
Reflect
/
getPrototypeOf
get
Prototype
Of
fun
getPrototypeOf
(
target
:
JsAny
)
:
JsAny
?
(
source
)
Returns the prototype of an object.
Parameters
target
The object that references the prototype.