UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

13 lines (12 loc) 401 B
export declare enum ObjectPageMode { /** * All `ObjectPageSections` and `ObjectPageSubSections` are displayed on one page. * Selecting tabs will scroll to the corresponding section. */ Default = "Default", /** * All `ObjectPageSections` are displayed on separate pages. * Selecting tabs will lead to the corresponding page. */ IconTabBar = "IconTabBar" }