Skip to content

Type Alias: TabIconContribution

ts
type TabIconContribution = Omit<TabIconAdornment, "id">;

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

Fields contributed by a TabIconBinder.provide call (the binder’s own id is applied by the host).