A node is selected when it is clicked on. This will deselect anything currently selected. The Information Sidebar will update to show the node’s properties and help text for its type.
If the Ctrl
or Command
key is held when clicking on the node, the node will
be added to the current selection (or removed if it was already selected).
Reference | |
---|---|
Action | core:select-connected-nodes |
Key shortcut | Alt-s c |
Reference | |
---|---|
Action | core:select-upstream-nodes |
Key shortcut | Alt-s u |
Reference | |
---|---|
Action | core:select-downstream-nodes |
Key shortcut | Alt-s d |
If the Shift
key is held when clicking on the middle of the node, it will select that node
and all other nodes it is connected to. Clicking on the left-hand side of the node, it will select
that node and all nodes that come before it in the flow - “upstream” nodes. Clicking on the right-hand
side of the node, it will select that node and all nodes that come after it in the flow - “downstream” nodes.
A wire is selected when it is clicked on. Unlike nodes, it is only possible to select one wire at a time.
The lasso tool can be used to select multiple nodes. It is enabled by click-dragging on the workspace.
It cannot be used to select a wire.
To select all nodes on the current flow, ensure the workspace has focus and then
press Ctrl/Command-a
.
Reference | |
---|---|
Key shortcut | Ctrl/⌘-a |
Menu option | Edit -> Select all |
Action | core:select-all-nodes |
To select all nodes connected to a particular node, click on the middle of the node
whilst holding the Shift
key.
Reference | |
---|---|
Key shortcut | Alt-s c |
Menu option | Edit -> Select all |
Action | core:select-connected-nodes |
To select a node and all of its upstream or downstream nodes, click the left or right side
of the node whilst holding the Shift
key.
Reference | |
---|---|
Key shortcut | Alt-s u |
Action | core:select-upstream-nodes |
Reference | |
---|---|
Key shortcut | Alt-s d |
Action | core:select-downstream-nodes |
It is possible to select multiple flows in the editor by holding the Ctrl/Command
key when clicking on its tab.
Once selected, they can be deleted, copied or exported just like any selection.
Reference | |
---|---|
Action | core:copy-selection-to-internal-clipboard |
Key shortcut | Ctrl/⌘-c |
Reference | |
---|---|
Action | core:cut-selection-to-internal-clipboard |
Key shortcut | Ctrl/⌘-x |
Reference | |
---|---|
Action | core:paste-selection-from-internal-clipboard |
Key shortcut | Ctrl/⌘-v |
The editor supports the standard copy/cut/paste actions. Note they use an internal clipboard rather than the system clipboard.
Node-RED: Low-code programming for event-driven applications.
Copyright OpenJS Foundation and Node-RED contributors. All rights reserved. The OpenJS Foundation has registered trademarks and uses trademarks. For a list of trademarks of the OpenJS Foundation, please see our Trademark Policy and Trademark List. Trademarks and logos not indicated on the list of OpenJS Foundation trademarks are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
The OpenJS Foundation | Terms of Use | Privacy Policy | OpenJS Foundation Bylaws | Trademark Policy | Trademark List | Cookie Policy