Skip to content

数据项链接(Data item linking)#

一个项是一条单独的数据。节点接收一个或多个项,对它们进行操作,并输出新的项。每个项都与之前的项相连接。

🌐 An item is a single piece of data. Nodes receive one or more items, operate on them, and output new items. Each item links back to previous items.

如果你符合以下情况,则需要了解此行为:

🌐 You need to understand this behavior if you're:

  • 构建一个程序化的节点,利用其输入和输出数据实现复杂的行为。
  • 使用代码节点或表达式编辑器访问工作流中先前项的数据。
  • 使用代码节点处理具有输入和输出数据的复杂行为。

本节提供:

🌐 This section provides: