diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-navigation.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-navigation.md index 60597c1d0da8a4c7f693aedbdde43dce537acbde..a4bb21d5216ec98e4a13197aca8743d03acdabb3 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-navigation.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-navigation.md @@ -28,11 +28,11 @@ Navigation() | 名称 | 参数类型 | 默认值 | 描述 | | -------- | -------- | -------- | -------- | -| title | string \| [CustomBuilder](../../ui/ts-types.md)8+ | - | 页面标题。 | +| title | string \| [CustomBuilder](../../ui/ts-types.md) | - | 页面标题。 | | subtitle | string | - | 页面副标题。 | -| menus | Array8+ | - | 页面右上角菜单。 | +| menus | Arrayitems:[
Object
] }
\| [CustomBuilder](../../ui/ts-types.md)8+ | - | 设置工具栏内容。
items: 工具栏所有项。 | +| toolBar | {
items:[
Object
] }
\| [CustomBuilder](../../ui/ts-types.md) | - | 设置工具栏内容。
items: 工具栏所有项。 | | hideToolBar | boolean | false | 设置隐藏/显示工具栏:
true: 隐藏工具栏。
false: 显示工具栏。 | | hideTitleBar | boolean | false | 隐藏标题栏。 | | hideBackButton | boolean | false | 隐藏返回键。 |