> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TapHostEvents

> Every Tappify event name with the payload it carries, narrowed by the TapHostEventMap augmentation and permissive for the rest.

```ts theme={null}
type TapHostEvents = Omit<Record<HostEventName, Record<string, unknown>>, keyof TapHostEventMap> & TapHostEventMap;
```

Every Tappify event name with the payload it carries, narrowed by the
`TapHostEventMap` augmentation and permissive for the rest.
