Firebird/Concepts: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
Line 29: Line 29:


Properties:
Properties:
* id: the id of the node, it is unique within a pipeline
<pre><nowiki>
* input: the default input port, e.g. node.input
* id:             The id of the node, it is unique within a pipeline
* output: the default input port, e.g. node.output
* title:          A human readable name of this node
* input_port_ids: tuple of all input port ids
* description:     Detailed description of this node
* pipeline:       The pipeline this node belongs to
* input_port_ids: tuple of all input port ids
* output_port_ids: tuple of all output port ids
* output_port_ids: tuple of all output port ids
* input:          The default input port
* output:          The default output port
</nowiki></pre>





Revision as of 04:13, 13 May 2023

Firebird

Overview

Models