The Case class works together with the switch class to provide the different options based on the given value.
Constructor
The value determines which cases is chosen and rendered.
Gets the renderable
Checks to see if the case matches some passed in value.
The value to check for a match in the case.
Generated using TypeDoc
The Case class works together with the switch class to provide the different options based on the given value.