ScriptGraphNode
Defined in: logic/types.ts:33
Properties
Section titled “Properties”id:
string
Defined in: logic/types.ts:34
kind:
string
Defined in: logic/types.ts:36
Built-in node kind (flow.branch, event.start, …) or 'call'.
literals?
Section titled “literals?”
optionalliterals?:Record<string,ScriptValue>
Defined in: logic/types.ts:43
Values for input ports nothing is wired into, plus the literals that SHAPE
a node (an event.on type, a flow.sequence pin count). Keyed by port id.
optionalref?:string
Defined in: logic/types.ts:38
For kind: 'call' — the registry name this node runs.
optionalx?:number
Defined in: logic/types.ts:45
Editor canvas position. The interpreter ignores it.
optionaly?:number
Defined in: logic/types.ts:46