Returns the value at the specified index in the list. If no value exists at that index, the type's default value is returned.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| List | The list of data. Primary Input | Artboard[]Color[]GradientStops[]Graphic[]NodeId[]Raster[]String[]Vector[]f64[]u8[] |
| Index | The index of the item to retrieve, 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 | Artboard[]Graphic[]Vector[]Raster[]Color[]GradientStops[]String[]f64[]u8[]NodeId[] |