Type Alias: TabIndicatorFlash
ts
type TabIndicatorFlash = TabIndicatorContribution & object;Defined in: packages/sdk/src/tab-adornment.ts:90
Payload for EditorService.flashIndicator / TerminalService.flashIndicator — timed one-shot; no stable id (auto-cleared after durationMs).
Type Declaration
durationMs?
ts
optional durationMs?: number;How long to show the flash. Defaults to host choice (typically ~800ms).