kotlin.js.JsClass

JsClass

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.

Properties

name

abstract val name: String

Returns the unqualified name of the class represented by this instance.

登录查看完整内容