Member Junction
Preparing search index...
@memberjunction/ng-flow-editor
FlowConnectionReassignedEvent
Interface FlowConnectionReassignedEvent
Emitted when an existing connection is reassigned (endpoint dragged to a different node)
interface
FlowConnectionReassignedEvent
{
ConnectionID
:
string
;
NewSourceNodeID
:
string
;
NewSourcePortID
:
string
;
NewTargetNodeID
:
string
;
NewTargetPortID
:
string
;
OldSourceNodeID
:
string
;
OldSourcePortID
:
string
;
OldTargetNodeID
:
string
;
OldTargetPortID
:
string
;
}
Index
Properties
Connection
ID
New
Source
Node
ID
New
Source
Port
ID
New
Target
Node
ID
New
Target
Port
ID
Old
Source
Node
ID
Old
Source
Port
ID
Old
Target
Node
ID
Old
Target
Port
ID
Properties
Connection
ID
ConnectionID
:
string
New
Source
Node
ID
NewSourceNodeID
:
string
New
Source
Port
ID
NewSourcePortID
:
string
New
Target
Node
ID
NewTargetNodeID
:
string
New
Target
Port
ID
NewTargetPortID
:
string
Old
Source
Node
ID
OldSourceNodeID
:
string
Old
Source
Port
ID
OldSourcePortID
:
string
Old
Target
Node
ID
OldTargetNodeID
:
string
Old
Target
Port
ID
OldTargetPortID
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Connection
ID
New
Source
Node
ID
New
Source
Port
ID
New
Target
Node
ID
New
Target
Port
ID
Old
Source
Node
ID
Old
Source
Port
ID
Old
Target
Node
ID
Old
Target
Port
ID
Member Junction
Loading...
Emitted when an existing connection is reassigned (endpoint dragged to a different node)