Omit Element

Returns the collection with the element at the specified index removed. If no value exists at that index, the collection is returned unchanged.

Interface

Inputs

ParameterDetailsPossible Types
Collection

The collection of data, such as a list or table.

Primary Input

Table<Artboard>
Table<Color>
Table<GradientStops>
Table<Graphic>
Table<Raster>
Table<Vector>
Vec<DVec2>
Vec<String>
Vec<f64>
Vec<u32>
Vec<u64>
Index

The index of the item to remove, starting from 0 for the first item. Negative indices count backwards from the end of the collection, starting from -1 for the last item.

Default: 0

f64

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

Vec<f64>
Vec<u32>
Vec<u64>
Vec<DVec2>
Vec<String>
Table<Artboard>
Table<Graphic>
Table<Vector>
Table<Raster>
Table<Color>
Table<GradientStops>