Interface: CellAttributes
@termwright/driver / CellAttributes
Interface: CellAttributes
Section titled “Interface: CellAttributes”Defined in: driver/src/api.ts:448
@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”
readonlybold:boolean
Defined in: driver/src/api.ts:449
readonlydim:boolean
Defined in: driver/src/api.ts:450
inverse
Section titled “inverse”
readonlyinverse:boolean
Defined in: driver/src/api.ts:453
italic
Section titled “italic”
readonlyitalic:boolean
Defined in: driver/src/api.ts:451
strikethrough
Section titled “strikethrough”
readonlystrikethrough:boolean
Defined in: driver/src/api.ts:454
underline
Section titled “underline”
readonlyunderline:boolean
Defined in: driver/src/api.ts:452