Defines a SwitchCase Handler.
A SwitchCase Handler must be added inside a SwitchAction.
It helps defining actions to be executed for a given case constant value.
Name | Description |
---|---|
Case value | Defines the case’s value. |
Comment | Describes the object comment to include in the documentation report. This property generally contains an explanation about the object. |
Is active | Defines whether the component is active. |
Passthrough | Specifies whether case should continue with next sibling ones until passthrough is false. |