Skip to content

API Reference / @gtkx/navigation / EventMapCore

Type Alias: EventMapCore<State>

EventMapCore<State> = object

Defined in: node_modules/.pnpm/@react-navigation+core@7.21.13_react@19.2.8/node_modules/@react-navigation/core/lib/typescript/src/types.d.ts:187

Type Parameters

State

State extends NavigationState

Properties

beforeRemove

beforeRemove: object

Defined in: node_modules/.pnpm/@react-navigation+core@7.21.13_react@19.2.8/node_modules/@react-navigation/core/lib/typescript/src/types.d.ts:199

canPreventDefault

canPreventDefault: true

data

data: object

data.action

action: NavigationAction


blur

blur: object

Defined in: node_modules/.pnpm/@react-navigation+core@7.21.13_react@19.2.8/node_modules/@react-navigation/core/lib/typescript/src/types.d.ts:191

data

data: undefined


focus

focus: object

Defined in: node_modules/.pnpm/@react-navigation+core@7.21.13_react@19.2.8/node_modules/@react-navigation/core/lib/typescript/src/types.d.ts:188

data

data: undefined


state

state: object

Defined in: node_modules/.pnpm/@react-navigation+core@7.21.13_react@19.2.8/node_modules/@react-navigation/core/lib/typescript/src/types.d.ts:194

data

data: object

data.state

state: State

Released under the MPL-2.0 License.