Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-js
/
js.function
/
JsConstructorFunction
Js
Constructor
Function
js
inline
fun
<
A
:
JsTuple
,
R
:
Any
>
JsConstructorFunction
(
)
:
JsConstructorFunction
<
A
,
R
>
(
source
)
fun
<
A
:
JsTuple
,
R
:
Any
>
JsConstructorFunction
(
clazz
:
KClass
<
R
>
)
:
JsConstructorFunction
<
A
,
R
>
(
source
)
fun
<
A
:
JsTuple
,
R
:
Any
>
JsConstructorFunction
(
clazz
:
JsClass
<
R
>
)
:
JsConstructorFunction
<
A
,
R
>
(
source
)