Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.reflect
/
Reflect
/
isExtensible
is
Extensible
fun
isExtensible
(
target
:
JsAny
)
:
Boolean
(
source
)
Returns a value that indicates whether new properties can be added to an object.
Parameters
target
Object to test.