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
final Function(VSInputData interfaceData)? onUpdatedConnection;
This function gets called when any input interface updates its connected node
The interface in question is passed to the function call
final Function(VSInputData interfaceData)? onUpdatedConnection;