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

IFunction.Value

The value that is necessary for the case to be deemed to have occurred.

VCase 1:

Available from version 1.12