toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.template
/
KorteTemplateContent
Korte
Template
Content
open
class
KorteTemplateContent
(
val
text
:
String
,
val
contentType
:
String
?
=
null
,
val
chunkProcessor
:
(
String
)
->
String
=
{ it }
)
Members
Constructors
Korte
Template
Content
Link copied to clipboard
constructor
(
text
:
String
,
contentType
:
String
?
=
null
,
chunkProcessor
:
(
String
)
->
String
=
{ it }
)
Properties
chunk
Processor
Link copied to clipboard
val
chunkProcessor
:
(
String
)
->
String
content
Type
Link copied to clipboard
val
contentType
:
String
?
=
null
text
Link copied to clipboard
val
text
:
String