DesignDocument

class DesignDocument(name: String, views: Map<String, View> = emptyMap())

Constructors

Link copied to clipboard
constructor(name: String, views: Map<String, View> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun copy(name: String = this.name, views: Map<String, View> = this.views): DesignDocument
Link copied to clipboard
operator fun minus(viewName: String): DesignDocument
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
Link copied to clipboard
fun withView(name: String, view: View): DesignDocument