Class GraphDynamicPinData

The GraphDynamicPinData class stores dynamic pin data for graph nodes that use dynamic pins. It persists data that is otherwise reconstructed using GraphNodeReflection when the Graph is loaded.

Constructors

Properties

connectionType: EnumValueTyped<GraphPinConnectionType, number>

The GraphPinConnectionType of the dynamic pin.

pinID: bigint

The UUID as bigint of GraphPin.

pinType: EnumValueTyped<GraphPinType, number>

The GraphPinType of the dynamic pin.

type: Type[]

The system type of the dynamic pin.

Accessors

  • get capacity(): any
  • Returns any

  • set capacity(value): void
  • Parameters

    • value: any

    Returns void

  • get direction(): any
  • Returns any

  • set direction(value): void
  • Parameters

    • value: any

    Returns void