Scope Chain
Before You Read
- We recommend completing Output Variables and Consume Variables first.
- If the idea of scopes still feels fuzzy, review Core Concepts – Scope Chain before diving in.
Default Scope Chain Logic
For details, see: Scope in Canvas
Customize in editor-props
The customization logic for the scope is usually done in editor-props through variableEngine.chainConfig.
use-editor-props.tsx
Whether child nodes can be depended on by subsequent nodes
By default, child nodes cannot be depended on by subsequent nodes of the parent node.
If you need to customize this logic, you need to configure it in variableEngine.chainConfig.isNodeChildrenPrivate.
use-editor-props.tsx