Skip to content

ScriptGraphNode

Defined in: logic/types.ts:33

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'.


optional literals?: 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.


optional ref?: string

Defined in: logic/types.ts:38

For kind: 'call' — the registry name this node runs.


optional x?: number

Defined in: logic/types.ts:45

Editor canvas position. The interpreter ignores it.


optional y?: number

Defined in: logic/types.ts:46