Interface: ComposedItem
Defined in: aiui-lowering-pipeline/src/types.ts:540
Properties
cell?
optionalcell?:string
Defined in: aiui-lowering-pipeline/src/types.ts:576
An app-selection item's producing dataflow cell (data-cell).
cellLoc?
optionalcellLoc?:string
Defined in: aiui-lowering-pipeline/src/types.ts:578
That cell's definition site (file:line — the cell(...) call), when stamped.
components?
optionalcomponents?:LocatedComponent[]
Defined in: aiui-lowering-pipeline/src/types.ts:556
from?
optionalfrom?:string
Defined in: aiui-lowering-pipeline/src/types.ts:544
A navigation / tab-switch item's location.href before / after the boundary.
fromTab?
optionalfromTab?:number
Defined in: aiui-lowering-pipeline/src/types.ts:547
A tab-switch item's driver tab handles (the tab left / the tab entered).
kind
kind:
"shot"|"app-selection"|"code-selection"|"navigation"|"tab-switch"|"text"
Defined in: aiui-lowering-pipeline/src/types.ts:541
lines?
optionallines?:number
Defined in: aiui-lowering-pipeline/src/types.ts:574
A code-selection item's line count.
marker?
optionalmarker?:string
Defined in: aiui-lowering-pipeline/src/types.ts:553
The item's stream identity (shot_N / sel_N / code_N) — absent for text runs and for selections from pre-marker traces.
origin?
optionalorigin?:"paste"
Defined in: aiui-lowering-pipeline/src/types.ts:566
"paste" when the image came from the clipboard (labeled in the prompt).
path?
optionalpath?:string
Defined in: aiui-lowering-pipeline/src/types.ts:555
provisional?
optionalprovisional?:boolean
Defined in: aiui-lowering-pipeline/src/types.ts:589
A text run the transcriber has not finalized: the still-streaming segment's cumulative transcript-delta text. Only ever produced under ComposeOptions.streaming, which only the preview passes — the committed prompt is built from finals alone. Survives the timestamp interleave's split, so a run either side of a mid-utterance shot stays marked provisional.
segment?
optionalsegment?:number
Defined in: aiui-lowering-pipeline/src/types.ts:550
A text item's source segment ordinal — the accumulator view's stable key.
share?
optionalshare?:ShotShare
Defined in: aiui-lowering-pipeline/src/types.ts:564
Set when this shot is a frame sampled by a video share (see ShotShare).
sourceLoc?
optionalsourceLoc?:string
Defined in: aiui-lowering-pipeline/src/types.ts:568
A selection item's locator (file:line:col / file:start-end).
tab?
optionaltab?:TabRecord
Defined in: aiui-lowering-pipeline/src/types.ts:572
A selection/boundary item's full tab record (supersedes url/to).
takenAt?
optionaltakenAt?:number
Defined in: aiui-lowering-pipeline/src/types.ts:562
An anchored item's wall-clock — what the timestamp interleave places by: a shot's capture GESTURE (see the shot event's doc), or the instant a selection was added (the app-selection/code-selection event's at).
tex?
optionaltex?:string
Defined in: aiui-lowering-pipeline/src/types.ts:580
An app-selection item's TeX source (selected rendered mathematics).
text?
optionaltext?:string
Defined in: aiui-lowering-pipeline/src/types.ts:542
thumb?
optionalthumb?:string
Defined in: aiui-lowering-pipeline/src/types.ts:554
to?
optionalto?:string
Defined in: aiui-lowering-pipeline/src/types.ts:545
toTab?
optionaltoTab?:number
Defined in: aiui-lowering-pipeline/src/types.ts:548
url?
optionalurl?:string
Defined in: aiui-lowering-pipeline/src/types.ts:570
A selection item's page location.href — rendered as the <tab> record.
viewport?
optionalviewport?:boolean
Defined in: aiui-lowering-pipeline/src/types.ts:558
True for a whole-viewport shot (renders with no element metadata).