VCase
[ Interface ]
export interface VCase extends Case {
caseValue: IFunction.Value;
}
Extends Case
A SwitchCase.
Properties
Name | Type | Description |
---|---|---|
actions | Action[] | List of actions to be performed when the case occurs. |
caseValue | The value that is necessary for the case to be deemed to have occurred. |
Available from version 1.12 |