toggle menu
ktaf
1.5.2
jvm
switch theme
search in API
ktaf
/
com.github.benpollarduk.ktaf.rendering.frames.html
/
HtmlElementType
/
Document
Document
data
class
Document
(
val
title
:
String
=
""
,
val
css
:
String
=
""
)
:
HtmlElementType
Full document with optional
title
and
css
.
Members
Constructors
Document
Link copied to clipboard
constructor
(
title
:
String
=
""
,
css
:
String
=
""
)
Properties
css
Link copied to clipboard
val
css
:
String
title
Link copied to clipboard
val
title
:
String