Skip to content

Type Alias: TabIndicatorContribution

ts
type TabIndicatorContribution = Omit<TabIndicatorAdornment, "id">;

Defined in: packages/sdk/src/tab-adornment.ts:121

Fields contributed by a TabIndicatorBinder.provide call.