Document

data class Document(val title: String = "", val css: String = "") : HtmlElementType

Full document with optional title and css.

Constructors

Link copied to clipboard
constructor(title: String = "", css: String = "")

Properties

Link copied to clipboard
val css: String
Link copied to clipboard