switch

This block is part of the state ui group and was last modified in core v10.4.28.

switch v10.4.28

Returns state based of the given expression.

In pins 2
  • expression required
    value

    The expression to evaluate.

  • default
    state

    The default statement to be executed.

Out pins 2
  • output
    state

    Returns the state matching the expression.

  • match
    condition

    Returns true in case a match was found.

A typical wiring for switch: the state out pin feeds get component child.

Studio canvas example for the switch block: typical wiring for switch.

Version history

Introduced in v10.4.28.


Back to state ui Return to the main group to view all sub-groups Back to state conditions Return to the group to view all blocks within this group