RibbonTabId Type
An alias type that refers to ribbon tab types.
Declaration
export type RibbonTabId = string | RibbonTabType
Members
| Type | Description |
|---|---|
| string | A string that specifies a tab’s identifier. |
| RibbonTabType | Lists ribbon tabs. |