toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-typescript
/
typescript
/
NodeFactory
/
updateForStatement
update
For
Statement
abstract
fun
updateForStatement
(
node
:
ForStatement
,
initializer
:
ForInitializer
?
,
condition
:
Expression
?
,
incrementor
:
Expression
?
,
statement
:
Statement
)
:
ForStatement
(
source
)