Type: nodetool.list.GetElement

Namespace: nodetool.list

Description

Retrieves a single value from a list at a specific index. list, get, extract, value

Use cases:
- Access a specific element by position
- Implement array-like indexing
- Extract the first or last element

Properties

Property Type Description Default
values List[any]   []
index int   0

Outputs

Output Type Description
output any  

Metadata

Browse other nodes in the nodetool.list namespace.