asDynamic
Reinterprets this value as a value of the /docs/reference/dynamic-type.html.
Since Kotlin
1.1Deprecated (with error)
If value is a subtype of JsAny, use JsAny instead. Otherwise, use toJsReference
Reinterprets this value as a value of the Dynamic type.
Since Kotlin
1.8Deprecated (with error)
Use toJsString instead
Replace with
this.toJsString()
Content copied to clipboard
Reinterprets this value as a value of the Dynamic type.