Firebird/Concepts: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
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
id:              The id of the node, it is unique within a pipeline
* title:          A human readable name of this node
title:          A human readable name of this node
* description:    Detailed description of this node
description:    Detailed description of this node
* pipeline:        The pipeline this node belongs to
pipeline:        The pipeline this node belongs to
* input_port_ids:  tuple of all input port ids
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
input:          The default input port
* output:          The default output port
output:          The default output port
</nowiki></pre>
</nowiki></pre>



Revision as of 04:14, 13 May 2023

Firebird

Overview

Models