Table of Contents

Property outputSlot

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

outputSlot

Reference to the upstream output slot that produces data for this connection.

public SlotRef outputSlot { get; set; }

Property Value

SlotRef

Remarks

During validation, the graph checks that this slot exists, belongs to an output, and is type-compatible with inputSlot.