Skip to main content

Node Inputs

NodeInput is a sub-object inside a node object describing how the node connects to other nodes.

{
"name" : String,
"index" : Integer,
"configuration" : NodeInputConfig,
"status" : NodeInputStatus
}
Member nameTypeDescription
nameStringInput name, allowable values depend on node type
indexIntegerIndex of the input with the given name (inputs are indexed individually by name)
configurationNodeInputConfigInput configuration
statusNodeInputStatusInput status

Node input configuration

NodeInputConfig
{
"source" : SourceSelection
}
Member nameTypeDescription
sourceSourceSelection(Optional) Selection of the input source. This member is only present if the input source is configurable on this specific input.

Node input status

NodeInputStatus
{
"source" : SourceReference
}
Member nameTypeDescription
sourceSourceReferenceCurrent input source