Event definition.
This type has the following structure:
| Key | Type | Description | Default Value |
|---|
"actions" | ActionList | List of actions which will be executed if the condition is met or no condition is set. | null |
"conditions" | Object | Condition which must be met for this event to be executed. | null |
"elseActions" | ActionList | List of actions which will be executed if the condition is set and not met. | null |
"leadingDelimiter" | String | Overwriting leading delimiter for value replacement. E.g. {§ | null |
"trailingDelimiter" | String | Overwriting trailing delimiter for value replacement. E.g. §} | null |
"type" (required) | String | The name of the event. | null |