You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The type of the header toolbar. default: default compact mode; classic: classic mode; simple: ungrouped mode
151
+
// The type of the header toolbar. 'classic': default classic mode; 'collapsed': compact mode; 'simple': ungrouped mode
152
152
ribbonType?:RibbonType
153
153
// Whether to show the footer
154
154
footer?:false| {
@@ -357,7 +357,7 @@ interface IUniverUIConfig {
357
357
header?:boolean
358
358
// Whether to show the header toolbar
359
359
toolbar?:boolean
360
-
// The type of the header toolbar. default: default compact mode; classic: classic mode; simple: ungrouped mode
360
+
// The type of the header toolbar. 'classic': default classic mode; 'collapsed': compact mode; 'simple': ungrouped mode
361
361
ribbonType?:RibbonType
362
362
// Whether to show the context menu
363
363
contextMenu?:boolean
@@ -475,8 +475,8 @@ By configuring the `ribbonType` property in `IUniverSheetsCorePresetConfig` or `
475
475
476
476
`ribbonType` supports the following three modes:
477
477
478
-
-`default`: Default compact mode, where groups and the toolbar are laid out in the same row, suitable for scenarios with limited vertical screen space.
479
-
-`classic`: Classic mode, with groups on top and the toolbar laid out below, suitable for users accustomed to traditional layouts.
478
+
-`classic`: Default classic mode, with groups on top and the toolbar laid out below, suitable for users accustomed to traditional layouts.
479
+
-`collapsed`: Compact mode, where groups and the toolbar are laid out in the same row, suitable for scenarios with limited vertical screen space.
480
480
-`simple`: Ungrouped mode, where all tools are placed in a flat list, suitable for users familiar with toolbar functions.
0 commit comments