ConstantGraph¶
Declare a constant graph.
Version 1.0.0
Ports/Properties¶
data¶
Graph to emit.
data__signature¶
Signature for the "data" input. This represents the signature for the subgraph that is wired into the "data" port. This is formatted as in (a,b,c) where a,b,c are names of placeholders that are expected in the subgraph that goes out of the "data" port. Alternatively, it can also be provided in data structure form as a list of lists, as in: [['a','b','c']].
value¶
Graph constant.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.