JsFor

class JsFor(val init: JsStatement, val condition: JsValue, val update: JsStatement, val body: JsTree) : JsStatement(source)

Constructors

Link copied to clipboard
constructor(init: JsStatement, condition: JsValue, update: JsStatement, body: JsTree)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val needsSemicolon: Boolean
Link copied to clipboard

Functions

Link copied to clipboard
open override fun generate(indentAmount: Int, indent: String): String
Link copied to clipboard
Link copied to clipboard
open fun toValue(): JsValue