makth
Toggle table of contents
1.3.2
common
Platform filter
common
Switch theme
Search in API
makth
core
/
dev.makth.actions
/
IfAction
/
IfAction
If
Action
@
JvmOverloads
constructor
(
condition
:
Value
,
actions
:
List
<
Action
>
,
elseActions
:
List
<
Action
>
=
listOf()
)
Parameters
condition
Condition to check
actions
Actions to execute if condition is true
else
Actions
Actions to execute if condition is false