Interface: Rect
Defined in: aiui-lowering-pipeline/src/types.ts:13
The intent pipeline's shared vocabulary: every multimodal act becomes an IntentEvent on one append-only stream. Every "IR stage" is a pure function over that stream (see engine.ts/composeIntent) — which is the whole point: design the passes by watching them run on real interaction. The inspector panes (debug-ui) render the stream raw; these event shapes are also the fixture format and, from P2, the wire contract.
Framework-free and browser-safe by construction — no DOM, no deps. Config lives in ./config.
Properties
h
h:
number
Defined in: aiui-lowering-pipeline/src/types.ts:17
w
w:
number
Defined in: aiui-lowering-pipeline/src/types.ts:16
x
x:
number
Defined in: aiui-lowering-pipeline/src/types.ts:14
y
y:
number
Defined in: aiui-lowering-pipeline/src/types.ts:15