Interface: TabHighlightAdornment
Defined in: packages/sdk/src/tab-adornment.ts:42
Soft tinted highlight across the entire CenterDock tab (icon, title, and every other adornment) — not just the label. Contributing one (via set or a bind that returns non-null) is itself the on/off signal; there's no separate boolean. At most one applies per tab — if multiple extensions contribute one for the same target, the first found wins.
Set via EditorService.setHighlight / TerminalService.setHighlight.
Properties
id
ts
id: string;Defined in: packages/sdk/src/tab-adornment.ts:44
Extension-owned key; clear target.
color?
ts
optional color?: TabAdornmentColor;Defined in: packages/sdk/src/tab-adornment.ts:46
Semantic color for the highlight fill. Defaults to "accent".