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?
optionalpopOnEscape?:boolean
Defined in: packages/navigation/dist/stack/types.d.ts:41
Whether pressing Escape pops the visible page; defaults to true.