JsReturn

class JsReturn(val value: JsValue? = null) : JsStatement(source)

Constructors

Link copied to clipboard
constructor(value: JsValue? = null)

Properties

Link copied to clipboard
open override val needsSemicolon: Boolean
Link copied to clipboard
val value: JsValue? = null

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