Evaluates either the "If True" or "If False" input branch based on whether the input condition is true or false.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Condition | Primary Input | bool |
| If True | Exposed to the Graph by Default | List<Artboard>List<Color>List<GradientStops>List<Graphic>List<Raster>List<Vector>StringTransformVec2boolf32f64u32u64 |
| If False | Exposed to the Graph by Default | List<Artboard>List<Color>List<GradientStops>List<Graphic>List<Raster>List<Vector>StringTransformVec2boolf32f64u32u64 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | Stringboolf32f64u32u64Vec2TransformList<Artboard>List<Graphic>List<Vector>List<Raster>List<Color>List<GradientStops> |