• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# NavDestination
2
3**\<NavDestination>** is a child component of the **\<NavRouter>** component and represents a destination in the navigation area.
4
5> **NOTE**
6>
7> This component is supported since API version 9. Updates will be marked with a superscript to indicate their earliest API version.
8
9
10## Child Components
11
12Supported
13
14
15## APIs
16
17NavDestination()
18
19
20## Attributes
21
22In addition to the [backgroundColor](ts-universal-attributes-background.md) attribute, the following attributes are supported.
23
24| Name            | Type                                    | Description                                      |
25| -------------- | ---------------------------------------- | ---------------------------------------- |
26| title          | string \| [CustomBuilder](ts-types.md#custombuilder8) \| [NavigationCommonTitle](ts-basic-components-navigation.md#navigationcommontitle) \| [NavigationCustomTitle](ts-basic-components-navigation.md##navigationcustomtitle) |    Page title.                                   |
27| hideTitleBar   | boolean                                  | Whether to hide the title bar.<br>Default value: **false**<br>**true**: Hide the title bar.<br>**false**: Display the title bar.|
28