Interface: ResizeReceipt
@termwright/driver / ResizeReceipt
Interface: ResizeReceipt
Section titled “Interface: ResizeReceipt”Defined in: driver/src/api.ts:742
@termwright/driver — PTY + VT sessions, locators, actions and waits.
The normative public API lives in api.ts; this module is the only entry
point and re-exports the types from there together with their runtime
implementations.
Example
Section titled “Example”import { launchTerminal } from '@termwright/driver';
const terminal = await launchTerminal({ command: ['node', 'app.js'] });await terminal.waitForText('Ready');await terminal.getByRole('button', { name: 'Approve' }).activate();await terminal.close();Properties
Section titled “Properties”
readonlyafter:ObservationStamp
Defined in: driver/src/api.ts:745
before
Section titled “before”
readonlybefore:ObservationStamp
Defined in: driver/src/api.ts:744
pairedRender
Section titled “pairedRender”
readonlypairedRender:Observation<number>
Defined in: driver/src/api.ts:747
Paired child render revision when a semantic adapter can prove one.
requested
Section titled “requested”
readonlyrequested:object
Defined in: driver/src/api.ts:743
columns
Section titled “columns”
readonlycolumns:number
readonlyrows:number