DesignDocument

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

Functions

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

Properties

name
Link copied to clipboard
val name: String
views
Link copied to clipboard
val views: Map<String, View>