external interface JsClass<T : Any>
Platform and version requirements: JS
Represents the constructor of a class. Instances of JsClass
can be passed to JavaScript APIs that expect a constructor reference.
abstract val name: String Returns the unqualified name of the class represented by this instance. |
val <T : Any> JsClass<T>.kotlin: KClass<T> Obtains a |
© 2010–2017 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.js/-js-class/