Firebird/Concepts: Difference between revisions
From stonehomewiki
Jump to navigationJump to search
Stonezhong (talk | contribs) |
Stonezhong (talk | contribs) (→Models) |
||
| Line 29: | Line 29: | ||
Properties: | Properties: | ||
* id: | <pre><nowiki> | ||
* | * id: The id of the node, it is unique within a pipeline | ||
* | * 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> | |||
