@gtkx/react / NavigationPageBaseProps
Type Alias: NavigationPageBaseProps
NavigationPageBaseProps =
object
Defined in: packages/react/src/jsx.ts:587
Base props shared by all navigation page declarations, regardless of the parent container (NavigationView or NavigationSplitView).
Properties
canPop?
optionalcanPop?:boolean
Defined in: packages/react/src/jsx.ts:591
Whether the page can be popped from the navigation stack
children?
optionalchildren?:ReactNode
Defined in: packages/react/src/jsx.ts:593
Page content
title?
optionaltitle?:string
Defined in: packages/react/src/jsx.ts:589
Display title for the navigation page