Skip to content

Interface: PanelShot

Defined in: aiui-intent-client/src/transport.ts:300

One captured frame/shot, host-encoded.

Properties

bytes

bytes: Uint8Array

Defined in: aiui-intent-client/src/transport.ts:304


height

height: number

Defined in: aiui-intent-client/src/transport.ts:302


mime

mime: string

Defined in: aiui-intent-client/src/transport.ts:303


thumb?

optional thumb?: string

Defined in: aiui-intent-client/src/transport.ts:309

Data-URL preview for the engine event / preview pane. FULL resolution for a manual/area shot (so the hover peek is crisp — the same pixels as bytes), downscaled for a video sample (a thumbMaxPx cap, since it rides every frame).


width

width: number

Defined in: aiui-intent-client/src/transport.ts:301