Type: nodetool.constant.List
Namespace: nodetool.constant
Description
Represents a list constant in the workflow. array, sequence, collection
Use cases:
- Store multiple values of the same type
- Provide ordered data inputs
- Define sequences for iteration in other nodes
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| value | List[any] |
[] |
Outputs
| Output | Type | Description |
|---|---|---|
| output | List[any] |
Metadata
Related Nodes
Browse other nodes in the nodetool.constant namespace.