JsFunctionCall

class JsFunctionCall(val function: JsValue, val args: List<JsValue>) : JsValuedStatement(source)

Constructors

Link copied to clipboard
constructor(function: JsValue, args: List<JsValue>)

Properties

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

Functions

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