onUpdatedConnection property

  1. @override
dynamic Function(VSInputData interfaceData)? get onUpdatedConnection
override

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;