add autoHide interface to SideBarContainer.

Signed-off-by: xuzhidan <xuzhidan1@huawei.com>
Change-Id: If7fdf4aefe50ffb2e7a2109d4804092a5cfaca17
This commit is contained in:
xuzhidan
2022-04-29 14:52:48 +08:00
parent a3ce462cbd
commit 69e4254f90
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "SideBarContainer",
"attrs": [
"showSideBar", "controlButton", "showControlButton", "onChange", "sideBarWidth", "minSideBarWidth", "maxSideBarWidth"
"showSideBar", "controlButton", "showControlButton", "onChange", "sideBarWidth", "minSideBarWidth", "maxSideBarWidth", "autoHide"
]
}
}