@ui5/webcomponents-react
Version:
React Wrapper for UI5 Web Components and additional components
13 lines • 479 B
JavaScript
export let ObjectPageMode = /*#__PURE__*/function (ObjectPageMode) {
/**
* All `ObjectPageSections` and `ObjectPageSubSections` are displayed on one page.
* Selecting tabs will scroll to the corresponding section.
*/
ObjectPageMode["Default"] = "Default";
/**
* All `ObjectPageSections` are displayed on separate pages.
* Selecting tabs will lead to the corresponding page.
*/
ObjectPageMode["IconTabBar"] = "IconTabBar";
return ObjectPageMode;
}({});