Joins two Lists of the same type, extending the base List with the items from the new List.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Base | The Primary Input | List<Artboard>List<Color>List<GradientStops>List<Graphic>List<Raster>List<Vector> |
| New | The Exposed to the Graph by Default | List<Artboard>List<Color>List<GradientStops>List<Graphic>List<Raster>List<Vector> |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | List<Artboard>List<Graphic>List<Vector>List<Raster>List<Color>List<GradientStops> |