Returns the list with the element at the specified index removed. If no value exists at that index, the list is returned unchanged.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| List | The list of data. Primary Input | List<Artboard>List<Color>List<GradientStops>List<Graphic>List<Raster>List<String>List<Vector> |
| Index | The index of the item to remove, starting from 0 for the first item. Negative indices count backwards from the end of the list, starting from -1 for the last item. Default: | f64 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | List<String>List<Artboard>List<Graphic>List<Vector>List<Raster>List<Color>List<GradientStops> |