toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-typescript
/
typescript
/
NodeFactory
/
createCallChain
create
Call
Chain
abstract
fun
createCallChain
(
expression
:
Expression
,
questionDotToken
:
QuestionDotToken
?
,
typeArguments
:
ReadonlyArray
<
TypeNode
>
?
,
argumentsArray
:
ReadonlyArray
<
Expression
>
?
)
:
CallChain
(
source
)