Skip to content

Type Alias: TabGroupColor

ts
type TabGroupColor = 
  | "grey"
  | "blue"
  | "red"
  | "yellow"
  | "green"
  | "pink"
  | "purple"
  | "cyan"
  | "orange";

Defined in: packages/sdk/src/context/index.ts:74

Native Chrome tab group colors accepted by SkillTabGroup.color.

Matterway Assistant SDK Documentation