Firebird/Concepts: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
Line 108: Line 108:
<b>Properties</b>
<b>Properties</b>
<pre><nowiki>
<pre><nowiki>
* type:  Either PortType.INPUT or PortType.OUTPUT, represent it is a input port or output port
type:  Either PortType.INPUT or PortType.OUTPUT, represent it is a input port or output port
* id:    ID of the port, it is unique within the node
id:    ID of the port, it is unique within the node
* owner: The node which this port belongs to
owner: The node which this port belongs to
</nowiki></pre>
</nowiki></pre>


Line 119: Line 119:
</nowiki></pre>
</nowiki></pre>


<b>method: emit</b>
<pre><nowiki>
<pre><nowiki>
def emit(self, json_data:Any)
def emit(self, json_data:Any)

Revision as of 04:42, 13 May 2023

Firebird

Overview

Models

Port