toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-js
/
js.function
/
JsConstructorFunction
Js
Constructor
Function
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
)