The event argument object for the ribbonTabLoaded event.

Syntax

{
   tabName: <string>,
   elemTab: <HTMLDivElement>
}

Introduced: 32.0.

Properties

Property Description
elemTab The HTML element of the ribbon tab.
tabName The name of the ribbon tab.