dataElement |
string
|
<optional>
|
The data element of the ribbon item. |
title |
string
|
<optional>
|
The tooltip of the ribbon item. |
disabled |
boolean
|
<optional>
|
Whether the item is disabled or not. |
label |
string
|
<optional>
|
The label of the item. |
img |
string
|
<optional>
|
The icon of the item. |
toolbarGroup |
string
|
<optional>
|
The group that the item belongs to. |
style |
object
|
<optional>
|
An object defining inline CSS styles for the ribbon, where each key represents a CSS property and its corresponding value. |
className |
string
|
<optional>
|
String with CSS classes to be applied to the ribbon, allowing additional styling and customization through external stylesheets. |
groupedItems |
Array.<string>
|
<optional>
|
Array of strings, where each string is the data element of the Grouped Items related to the Ribbon Item. |