Case
[ Interface ]
export interface Case {
actions: Action[];
}
Basis of all SwitchCase interfaces.
Properties
Name | Type | Description |
---|---|---|
actions | Action[] | List of actions to be performed when the case occurs. |
Available from version 1.12 |
[ Interface ]
export interface Case {
actions: Action[];
}
Basis of all SwitchCase interfaces.
Name | Type | Description |
---|---|---|
actions | Action[] | List of actions to be performed when the case occurs. |
Available from version 1.12 |