dataElement |
string
|
<optional>
|
The data element of the grouped item. |
placement |
'top'
|
'bottom'
|
'left'
|
'right'
|
<optional>
|
A string that determines the placement of the header. |
justifyContent |
'start'
|
'end'
|
'flex-start'
|
'flex-end'
|
'center'
|
'space-between'
|
'space-around'
|
'space-evenly'
|
<optional>
|
A string that determines the flex justify content value of the grouped items container. |
grow |
number
|
<optional>
|
The flex grow value of the grouped items container. |
gap |
number
|
<optional>
|
The gap between the items in the grouped items container. |
position |
'start'
|
'center'
|
'end'
|
<optional>
|
A string that determines the position of the grouped items container. |
alwaysVisible |
boolean
|
<optional>
|
Whether the group should always be visible or not. Default is false. Alternatively, visibility can be toggled by changing the active grouped item using a Ribbon Item. |
style |
Object
|
<optional>
|
An object that can set the CSS style of the grouped items. |
items |
Array.<Object>
|
<optional>
|
The items within the grouped items container. The valid items are: UI.Components.ModularHeader, UI.Components.CustomButton, UI.Components.StatefulButton, UI.Components.GroupedItems, UI.Components.RibbonItem, UI.Components.ToggleElementButton, UI.Components.RibbonGroup, UI.Components.ToolButton, UI.Components.Zoom, UI.Components.Flyout, UI.Components.PageControls, UI.Components.PresetButton, UI.Components.ViewControls, UI.Components.TabPanel. |