It is used to define the elmement info of the ribbon panel.
const element = { elementType: Enum.FR_Ribbon_Element_Type.FR_RIBBON_BUTTON, name: 'TestDropButton', title: 'TestDropButton', pos: -1}; Copy
const element = { elementType: Enum.FR_Ribbon_Element_Type.FR_RIBBON_BUTTON, name: 'TestDropButton', title: 'TestDropButton', pos: -1};
The type of the element.
The name of the element.
The position of the element.
The title of the element.
It is used to define the elmement info of the ribbon panel.
Example