JsTree

class JsTree(val children: List<JsStatement> = emptyList()) : JsOutput(source)

Constructors

Link copied to clipboard
constructor(children: List<JsStatement> = emptyList())

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun generate(indentAmount: Int, indent: String): String
Link copied to clipboard
fun generateBlock(indentAmount: Int, indent: String): String
Link copied to clipboard
Link copied to clipboard
open fun toValue(): JsValue