Lines Matching refs:connectionEnd

29104 	      if (hints.connectionEnd) {
29105 drawPreviewHints.connectionEnd = hints.connectionEnd;
29111 drawPreviewHints.connectionEnd = drawPreviewHints.connectionEnd || bendpoint;
29132 drawPreviewHints.connectionEnd = drawPreviewHints.connectionEnd || bendpoint;
30018 connectionEnd = { class in AnonymousFunctionf8d14cd12c200
30031 connectionStart: isReverse$1(context) ? connectionEnd : connectionStart,
30032 connectionEnd: isReverse$1(context) ? connectionStart : connectionEnd property in AnonymousFunctionf8d14cd12c200.hints
30115 connectionEnd = context.connectionEnd || {
30120 previewEnd = connectionEnd;
30123 previewStart = connectionEnd;
30131 connectionEnd: previewEnd
30245 connectionEnd = hints.connectionEnd,
30282 connectionEnd: connectionEnd,
30291 target ? getMid(target) : connectionEnd
30317 end = hints.connectionEnd || getMid(target);
37922 if (hints.connectionStart || hints.connectionEnd || hints.createElementsBehavior === false) {
42285 if (hints.connectionEnd) {
42704 hints.endChanged = !!hints.connectionEnd;
49967 connectionEnd: targetMoved && getMovedTargetAnchor(c, c.target, delta)
50066 connectionEnd: getMovedTargetAnchor(c, shape, delta)
50164 if (hints.connectionEnd) {
50165 layoutConnectionHints.connectionEnd = hints.connectionEnd;
50178 layoutConnectionHints.connectionEnd = layoutConnectionHints.connectionEnd
50431 connectionEnd: getResizedTargetAnchor(c, shape, oldBounds)
50582 layoutHints.connectionEnd = getMovedTargetAnchor(connection, target, delta);
50588 layoutHints.connectionEnd = getResizedTargetAnchor(
52666 hints.connectionEnd || getMid(hints.target || connection.target)
53011 … repairedWaypoints = hints.connectionEnd && tryRepairConnectionEnd(target, source, end, waypoints);
53025 if (!hints.connectionStart && !hints.connectionEnd && waypoints && waypoints.length) {
53435 connectionEnd = hints.connectionEnd;
53444 if (!connectionEnd) {
53445 connectionEnd = getConnectionDocking(waypoints && waypoints[ waypoints.length - 1 ], target);
53455 return [].concat([ connectionStart ], waypoints.slice(1, -1), [ connectionEnd ]);
53473 preferredLayouts: getBoundaryEventPreferredLayouts(source, target, connectionEnd)
53499 connectionEnd,
53505 return updatedWaypoints || [ connectionStart, connectionEnd ];