FnPortChanged typedef

FnPortChanged = void Function(Link thisLink, GraphObject oldPort, GraphObject newPort)

Implementation

typedef FnPortChanged = void Function(
    Link thisLink, GraphObject oldPort, GraphObject newPort);