toggle menu
ktaf
1.5.2
jvm
switch theme
search in API
ktaf
/
com.github.benpollarduk.ktaf.rendering.frames.html
/
HtmlElementType
Html
Element
Type
sealed
class
HtmlElementType
Provides options for HTML element types.
Inheritors
Document
Div
Members
Types
Div
Link copied to clipboard
object
Div
:
HtmlElementType
Div only.
Document
Link copied to clipboard
data
class
Document
(
val
title
:
String
=
""
,
val
css
:
String
=
""
)
:
HtmlElementType
Full document with optional
title
and
css
.