Type Alias: TabInfo
TabInfo =
Partial<Pick<TabRecord,"url"|"title"|"chromeTabId"|"windowId"|"tabIndex"|"targetId">>
Defined in: packages/aiui-lowering-pipeline/src/types.ts:174
The browser-tab correlation-hint subset shared by the intent runtime's hello meta and the channel's wire envelope: TabRecord minus the fields only a full record carries (aiui / sourceRoot / driverTab). Every field is optional — producers fill what they know. The subset relationship to TabRecord is compiler-checked here rather than restated in prose; the ids are correlation hints (none is the Chrome DevTools MCP's own pageId).