Note
What It Does
Adds a visual comment or documentation to your graph without affecting the execution flow. Notes are useful for explaining complex parts of your graph, documenting intentions, or organizing your workspace.
Inputs
None
Notes have no inputs
-
-
Outputs
None
Notes have no outputs
-

How to Use It
Drag the Note node into your graph.
Double-click on the node or edit its properties to add your comment text.
Position the Note near the relevant part of your graph.
Resize or format the Note as needed to improve legibility.
Tips
Use Notes to explain the purpose of complex node groups or calculations.
Add version information or change logs to keep track of your graph's evolution.
Color-code your Notes to categorize different parts of your graph.
See Also
Constant: For adding fixed values to your graph.
Input: For values that should be configurable from outside the graph.
Output: For exporting values from the graph.
Use Cases
Documentation: Explain how complex parts of your graph work.
Collaboration: Leave information for other team members about design decisions.
Organization: Create section headers to separate different functional areas.
Reference: Store important information like color codes or naming conventions.
Last updated