onUpdatedConnection property
This function gets called when any input interface updates its connected node
The interface in question is passed to the function call
Implementation
@override
Function(VSInputData interfaceData)? get onUpdatedConnection => _updateInputs;