Description

The FacetsSwitch component allows you to switch between two facets based on a Boolean value.

 

Implementation


  • Drag and drop the component into the station
  • Link a Boolean to the inSwitch input
  • Link facet slots to the two inputs inTrue and inFalse or enter them directly


Properties

  • Out: the output facets. If inSwitch is true, it takes the value of inTrue, otherwise it takes the value of inFalse
  • InSwitch: toggles between the two facets
  • InTrue: the facets if the inSwitch property is true
  • InFalse: the facets if the inSwitch property is false