Firebird/Concepts: Difference between revisions
From stonehomewiki
Jump to navigationJump to search
Stonezhong (talk | contribs) (→Models) |
Stonezhong (talk | contribs) (→Models) |
||
| Line 30: | Line 30: | ||
<h2>Properties</h2> | <h2>Properties</h2> | ||
<pre><nowiki> | <pre><nowiki> | ||
id: The id of the node, it is unique within a pipeline | |||
title: A human readable name of this node | |||
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 | |||
input: The default input port | |||
output: The default output port | |||
</nowiki></pre> | </nowiki></pre> | ||
