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.

Case 1:

Available from version 1.12