> This component is supported since API version 8. Updates will be marked with a superscript to indicate their earliest API version.
The **\<Navigation>** component typically functions as the root container of a page and displays the page title, toolbar, and menu based on the attribute settings.
The **<Navigation>** component typically functions as the root container of a page and displays the page title, toolbar, and menu based on the attribute settings.
> **NOTE**
>
> This component is supported since API version 8. Updates will be marked with a superscript to indicate their earliest API version.
## Required Permissions
...
...
@@ -30,7 +30,7 @@ Creates a component that can automatically display the navigation bar, title, an
| menus | Array<NavigationMenuItem>\|[CustomBuilder](../../ui/ts-types.md) | - | Menu in the upper right corner of the page. |
| titleMode | NavigationTitleMode | NavigationTitleMode.Free | Display mode of the page title bar. |
| toolBar | {<br/>items:[<br/>Object<br/>] }<br/>\| [CustomBuilder](../../ui/ts-types.md) | - | Content of the toolbar.<br/>**items**: all items on the toolbar. |
...
...
@@ -60,6 +60,7 @@ Creates a component that can automatically display the navigation bar, title, an
| Full | The mode is fixed at full mode (main title and subtitle). |
> **NOTE**
>
> Currently, only the scrollable component **<List>** is supported.
...
...
@@ -73,8 +74,8 @@ Creates a component that can automatically display the navigation bar, title, an