Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-typescript
/
typescript
/
NodeFactory
/
createForStatement
create
For
Statement
abstract
fun
createForStatement
(
initializer
:
ForInitializer
?
,
condition
:
Expression
?
,
incrementor
:
Expression
?
,
statement
:
Statement
)
:
ForStatement
(
source
)