# Function: useEmbedEvents()

```typescript
export function useEmbedEvents(
  journey: JourneyContextValue | null,
  callbacks: Partial<EmbedEventCallbacks>,
): EmbedEventCallbacks
```

Defined in: [embeds/useIframeMessage.ts:185](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/react/src/embeds/useIframeMessage.ts#L185)

## Parameters

### journey

[`JourneyContextValue`](https://plandalf.com/docs/packages/react/type-aliases/JourneyContextValue) \| `null`

### callbacks

`Partial`\<[`EmbedEventCallbacks`](https://plandalf.com/docs/packages/react/interfaces/EmbedEventCallbacks)\>

## Returns

[`EmbedEventCallbacks`](https://plandalf.com/docs/packages/react/interfaces/EmbedEventCallbacks)

Source: https://plandalf.com/docs/packages/react/functions/useEmbedEvents
