The <information> block allows you to read information about the output variable of the parent block connected to this block’s “in” input, such as its name, the associated comment, and so on...
•« in » This is the variable for which you want to retrieve information
All information pertains to the output of the previous block:
•« id » : its identifier
• « name » : the original name of the parent block’s output
•« comment » : the original comment for the parent block’s output
• « local_name » : This is the name of the output defined when the parent block was instantiated
•« local_comment » : This is the comment for the output defined when the parent block was instantiated
The input type can be any type.
The “id” output is of type int; the other outputs are of type str.