Skip to main content

Input

Overview

Creates a parameter input for the node graph, allowing external values to be injected into the graph and reused across multiple nodes.


Inputs

This node does not have input ports.


Outputs

NameTypeDescription
OutputAnyThe value of the input parameter. The output type depends on the configured parameter type.

Parameters

This node does not expose additional parameters beyond its inputs.


Behavior Notes

  • Input nodes define the public interface of the node graph.
  • The output type is determined by the selected parameter type.
  • Multiple Input nodes can exist in a graph.