You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/model/types.ts
+1-18Lines changed: 1 addition & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -175,24 +175,7 @@ export type EndType = | boolean
175
175
/**
176
176
* Defines events that should be produced
177
177
*/
178
-
produceEvents?: {
179
-
/**
180
-
* References a name of a defined event
181
-
*/
182
-
eventRef: string;
183
-
/**
184
-
* If String, expression which selects parts of the states data output to become the data of the produced event. If object a custom object to become the data of produced event.
* Array of events to be produced before the transition happens
485
485
*/
486
-
produceEvents?: {
487
-
/**
488
-
* References a name of a defined event
489
-
*/
490
-
eventRef: string;
491
-
/**
492
-
* If String, expression which selects parts of the states data output to become the data of the produced event. If object a custom object to become the data of produced event.
* Array of events to be produced before the transition happens
743
724
*/
744
-
produceEvents?: {
745
-
/**
746
-
* References a name of a defined event
747
-
*/
748
-
eventRef: string;
749
-
/**
750
-
* If String, expression which selects parts of the states data output to become the data of the produced event. If object a custom object to become the data of produced event.
* Array of events to be produced before the transition happens
826
788
*/
827
-
produceEvents?: {
828
-
/**
829
-
* References a name of a defined event
830
-
*/
831
-
eventRef: string;
832
-
/**
833
-
* If String, expression which selects parts of the states data output to become the data of the produced event. If object a custom object to become the data of produced event.
* Array of events to be produced before the transition happens
945
888
*/
946
-
produceEvents?: {
947
-
/**
948
-
* References a name of a defined event
949
-
*/
950
-
eventRef: string;
951
-
/**
952
-
* If String, expression which selects parts of the states data output to become the data of the produced event. If object a custom object to become the data of produced event.
* Array of events to be produced before the transition happens
1059
983
*/
1060
-
produceEvents?: {
1061
-
/**
1062
-
* References a name of a defined event
1063
-
*/
1064
-
eventRef: string;
1065
-
/**
1066
-
* If String, expression which selects parts of the states data output to become the data of the produced event. If object a custom object to become the data of produced event.
0 commit comments