JsParameter

class JsParameter(val name: String, val default: JsValue? = null) : JsStatement(source)

Constructors

Link copied to clipboard
constructor(name: String, default: JsValue? = null)

Properties

Link copied to clipboard
val default: JsValue? = null
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
Link copied to clipboard
open fun toValue(): JsValue