Type: nodetool.constant.Dict
Namespace: nodetool.constant
Description
Represents a dictionary constant in the workflow. dictionary, key-value, mapping
Use cases:
- Store configuration settings
- Provide structured data inputs
- Define parameter sets for other nodes
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| value | Dict[str, any] |
{} |
Outputs
| Output | Type | Description |
|---|---|---|
| output | Dict[str, any] |
Metadata
Related Nodes
Browse other nodes in the nodetool.constant namespace.