Home
last modified time | relevance | path

Searched defs:SideBarContainerAttribute (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/side_bar/
H A Dside_bar_declaration.h22 struct SideBarContainerAttribute : Attribute { struct
23 bool isShow = true;
24 SideBarContainerType style = SideBarContainerType::EMBED;
25 bool isShowButton = true;
49 …auto& attribute = static_cast<SideBarContainerAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_A… in IsShowSideBar() argument