toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.template
/
KorteTag
/
BuildContext
Build
Context
data
class
BuildContext
(
val
context
:
KorteTemplate.ParseContext
,
val
chunks
:
List
<
KorteTag.Part
>
)
Members
Members & Extensions
Constructors
Build
Context
Link copied to clipboard
constructor
(
context
:
KorteTemplate.ParseContext
,
chunks
:
List
<
KorteTag.Part
>
)
Properties
chunks
Link copied to clipboard
val
chunks
:
List
<
KorteTag.Part
>
context
Link copied to clipboard
val
context
:
KorteTemplate.ParseContext
Functions
Build
If
Link copied to clipboard
fun
KorteTag.BuildContext
.
BuildIf
(
isIf
:
Boolean
)
:
KorteBlock