Skip to content

API Reference / @gtkx/navigation / StackNavigationConfig

Type Alias: StackNavigationConfig

StackNavigationConfig = object

Defined in: packages/navigation/dist/stack/types.d.ts:39

Props of the stack navigator beyond the options every navigator shares.

Properties

popOnEscape?

optional popOnEscape?: boolean

Defined in: packages/navigation/dist/stack/types.d.ts:41

Whether pressing Escape pops the visible page; defaults to true.

Released under the MPL-2.0 License.