JsNew

class JsNew(val type: JsValue, val parameters: List<JsValue> = emptyList()) : JsValuedStatement(source)

Constructors

Link copied to clipboard
constructor(type: JsValue, parameters: List<JsValue> = emptyList())

Properties

Link copied to clipboard
open override val needsParens: Boolean
Link copied to clipboard
Link copied to clipboard
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