JsConstantDeclaration

class JsConstantDeclaration(val name: String, val value: JsValue) : JsDeclaration(source)

Constructors

Link copied to clipboard
constructor(name: String, value: JsValue)

Properties

Link copied to clipboard
open override val name: String
Link copied to clipboard
Link copied to clipboard
open override val value: JsValue

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