Skip to content

@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?

optional canPop?: boolean

Defined in: packages/react/src/jsx.ts:591

Whether the page can be popped from the navigation stack


children?

optional children?: ReactNode

Defined in: packages/react/src/jsx.ts:593

Page content


title?

optional title?: string

Defined in: packages/react/src/jsx.ts:589

Display title for the navigation page