extensionRibbonsArrayTabsItem.position object

Configures the position of the custom tab relative to other tabs on the ribbon.

Properties that reference this object type:

Syntax

{
  "builtInTabId": "{string}",
  "align": "after | before"
}

Properties

builtInTabId

Specifies the ID of the built-in tab that the custom tab should be positioned next to. For more information, see find the IDs of controls and control groups.

Type
string

Required

Constraints
Maximum string length: 64.

Supported values

align

Defines the alignment of custom tab relative to the specified built-in tab.

Type
string

Required

Constraints

Supported values
Allowed values: after, before.