Skip to main content

WhenClause

Structure to be used for the when effect clauses.

JSON Format

{
"type": "WhenClause",
"condition": ...,
"effect": ...
}

Fields

FieldTypeRequiredDescription
effectEffectThe effect to execute if the condition is satisfied.