Values.TransitionEventSourceSpecifies the actions performed and the next state entered when a condition evaluates to TRUE.
type nonrec t = {eventName : EventName.t;The name of the transition event.
*)condition : Condition.t;Required. A Boolean expression that when TRUE causes the actions to be performed and the nextState to be entered.
*)actions : Actions.t option;The actions to be performed.
*)nextState : StateName.t;The next state to enter.
*)}val make :
?actions:??? ->
eventName:EventName.t ->
condition:Condition.t ->
nextState:StateName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of UseBase64.t
| `Integer of Seconds.t
| `String of VariableName.t
| `Structure of
(string
* [> `Enum of string
| `String of ContentExpression.t
| `Structure of
(string
* [> `String of
AssetPropertyStringValue.t ])
list ])
list ])
list ])
list ]
list
| `String of EventName.t ])
list ]