toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-js
/
js.reflect
/
Reflect
/
isExtensible
is
Extensible
fun
isExtensible
(
target
:
Any
)
:
Boolean
(
source
)
Returns a value that indicates whether new properties can be added to an object.
Parameters
target
Object to test.