add toolbarConfiguration in navigation.json

Signed-off-by: tengfan <tengfan3@huawei.com>
This commit is contained in:
tengfan 2023-07-06 18:34:37 +08:00
parent 7b68b4f8db
commit b878f6fb3e

View File

@ -2,5 +2,5 @@
"name": "Navigation",
"attrs": ["title", "subTitle", "hideTitleBar", "hideBackButton", "titleMode", "menus", "menuCount",
"toolBar", "hideToolBar", "onTitleModeChange", "onNavBarStateChange", "navBarWidth", "navBarPosition",
"mode", "backButtonIcon", "hideNavBar", "minContentWidth", "navBarWidthRange"]
"mode", "backButtonIcon", "hideNavBar", "minContentWidth", "navBarWidthRange", "toolbarConfiguration"]
}