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.

Property Type Category Description
Case value JS expression standard Defines the case’s value.
Comment String standard Describes the object comment to include in the documentation report.
This property generally contains an explanation about the object.
Is active boolean standard Defines whether the component is active.
Passthrough boolean standard Specifies whether case should continue with next sibling ones until passthrough is false.