struct

ConstructionKit::PortRef

Inherits JSON::Serializable < Struct < Value < Object

A port on a graph node (input or output)

Constructors

new(nodeId : Int32 = 0, portId : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

nodeId
Source
nodeId=(nodeId : Int32)
Source
portId
Source
portId=(portId : String)
Source