Skip to content

@gtkx/testing / PrettyWidgetOptions

Type Alias: PrettyWidgetOptions

PrettyWidgetOptions = object

Defined in: pretty-widget.ts:24

Options for prettyWidget.

Properties

highlight?

optional highlight?: boolean

Defined in: pretty-widget.ts:28

Enable ANSI color highlighting (default: auto-detect)


includeIds?

optional includeIds?: boolean

Defined in: pretty-widget.ts:30

Include widget IDs for MCP/agentic interactions (default: false)


maxLength?

optional maxLength?: number

Defined in: pretty-widget.ts:26

Maximum output length before truncation (default: 7000)