IfAction

constructor(condition: Value, actions: List<Action>, elseActions: List<Action> = listOf())

Parameters

condition

Condition to check

actions

Actions to execute if condition is true

elseActions

Actions to execute if condition is false