Overview

The Comment Block is a special type of block that doesn’t perform any operations but serves as a way to add notes or comments to a flow. It can be used to provide additional context or explanation for a group of blocks, making the flow easier to understand. The Comment Block is always rendered behind other blocks and has a distinct appearance with customizable colors.

Inputs

The Comment Block does not have any inputs.

Outputs

The Comment Block does not produce any outputs.

Editor Settings

Color
string
default:"rgba(255,255,255,1)"

The color of the text in the comment block.

Background Color
string
default:"rgba(0,0,0,0.05)"

The background color of the comment block.

Text
string
default:""

The text content of the comment block. Supports Markdown syntax, allowing for rich text formatting including headings, lists, etc.

Example Usage

The Comment Block can be used to add notes or comments to a flow. For example, if you have a group of blocks performing a specific operation, you can add a Comment Block behind them to provide a brief explanation of what they do.

Additionally, you can use different colors for the text and background of different Comment Blocks to visually distinguish between different sections of your flow.

FAQ

See Also