Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_container_component.h46 struct ACE_EXPORT NavigationDeclaration : public virtual AceType { struct
50 bool HasToolBar() in HasToolBar()
75 NavigationContainerComponent() : declaration_(AceType::MakeRefPtr<NavigationDeclaration>()) {} in NavigationContainerComponent() argument