HtmlElementType

sealed class HtmlElementType

Provides options for HTML element types.

Inheritors

Types

Link copied to clipboard

Div only.

Link copied to clipboard
data class Document(val title: String = "", val css: String = "") : HtmlElementType

Full document with optional title and css.