@gtkx/react / AdwNavigationPage
Variable: AdwNavigationPage
constAdwNavigationPage:"AdwNavigationPage"
Defined in: packages/react/src/generated/jsx.ts:14164
A page within NavigationView or NavigationSplitView.
Each page has a child widget, a title and optionally a tag.
The NavigationPage.:showing, NavigationPage.:shown, NavigationPage.:hiding and NavigationPage.:hidden signals can be used to track the page's visibility within its AdwNavigationView.
Header Bar Integration
When placed inside AdwNavigationPage, HeaderBar will display the page title instead of window title.
When used together with NavigationView, it will also display a back button that can be used to go back to the previous page. Set HeaderBar.show-back-button to FALSE to disable that behavior if it's unwanted.
CSS Nodes
AdwNavigationPage has a single CSS node with name navigation-view-page.
Accessibility
AdwNavigationPage uses the GTK_ACCESSIBLE_ROLE_GROUP role.