You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nudge commands are particularly useful for accurate placement of elements.
259
259
260
-
For more information, refer to [Keyboard Interaction](/angularjs/Diagram/Interaction#keyboard"Keyboard Interaction").
260
+
For more information, refer to [Keyboard Interaction](/angularjs/diagram/interaction#keyboard"Keyboard Interaction").
261
261
262
262
## BringIntoView
263
263
@@ -347,7 +347,7 @@ Region specifies the region/bounds of the Diagram content that is to be fit into
347
347
348
348
## Command Manager
349
349
350
-
Diagram provides support to map/bind command execution with desired combination of key gestures. Diagram provides some built-in commands. For more information about built-in commands, refer to [Keyboard Interaction](/angularjs/Diagram/Interaction#keyboard"Keyboard Interaction").
350
+
Diagram provides support to map/bind command execution with desired combination of key gestures. Diagram provides some built-in commands. For more information about built-in commands, refer to [Keyboard Interaction](/angularjs/diagram/interaction#keyboard"Keyboard Interaction").
351
351
Command Manager provides support to define custom commands. The custom commands are executed, when the specified key gesture is recognized.
Diagram allows to edit the connectors at runtime. To edit the connector segments at runtime, refer to [Connection Editing](/angularjs/Diagram/Interaction#connection-editing"Connection Editing").
1016
+
Diagram allows to edit the connectors at runtime. To edit the connector segments at runtime, refer to [Connection Editing](/angularjs/diagram/interaction#connection-editing"Connection Editing").
1017
1017
1018
1018
## Constraints
1019
-
The `constraints` property of connector allows to enable/disable certain features of connectors. For more information about constraints, refer to [Connector Constraints](/angularjs/Diagram/Constraints#connectorconstraints"Connector Constraints").
1019
+
The `constraints` property of connector allows to enable/disable certain features of connectors. For more information about constraints, refer to [Connector Constraints](/angularjs/diagram/constraints#connectorconstraints"Connector Constraints").
Copy file name to clipboardExpand all lines: angularjs/Diagram/Node.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
2
2
layout: post
3
-
title: Visually represent the geometrical informations, process flow, or entities
4
-
description: How to visually represent the geometrical information and process flows as nodes?
3
+
title: Node in AngularJS Diagram Control | Syncfusion
4
+
description: Learn here all about node support in Syncfusion Essential AngularJS Diagram Control, its elements and more.
5
5
platform: AngularJS
6
6
control: Diagram
7
7
documentation: ug
8
8
---
9
9
10
-
# Node
10
+
# Node in AngularJS Diagram
11
11
12
12
Nodes are graphical objects used to visually represent the geometrical information, process flow, internal business procedure, entity, or any other kind of data.
Diagram provides support to drag, resize, or rotate the node interactively. For more information about editing a node at runtime, refer to [Edit Nodes](/angularjs/Diagram/Interaction"Interaction").
376
+
Diagram provides support to drag, resize, or rotate the node interactively. For more information about editing a node at runtime, refer to [Edit Nodes](/angularjs/diagram/interaction"Interaction").
377
377
378
378
## Constraints
379
379
380
-
The `constraints` property of node allows you to enable/disable certain features. For more information about node constraints, refer to [Node Constraints](/angularjs/Diagram/Constraints#nodeconstraints"Node Constraints").
380
+
The `constraints` property of node allows you to enable/disable certain features. For more information about node constraints, refer to [Node Constraints](/angularjs/diagram/constraints#nodeconstraints"Node Constraints").
The `constraints` property allows to enable/disable certain behaviors of ports. For more information about port constraints, refer to [Port Constraints](/angularjs/Diagram/Constraints#portconstraints)
182
+
The `constraints` property allows to enable/disable certain behaviors of ports. For more information about port constraints, refer to [Port Constraints](/angularjs/diagram/constraints#portconstraints)
0 commit comments