TapHostEventMap augmentation and permissive for the rest.Frontend API symbols
TapHostEvents
Every Tappify event name with the payload it carries, narrowed by the TapHostEventMap augmentation and permissive for the rest.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Every Tappify event name with the payload it carries, narrowed by the TapHostEventMap augmentation and permissive for the rest.
type TapHostEvents = Omit<Record<HostEventName, Record<string, unknown>>, keyof TapHostEventMap> & TapHostEventMap;
TapHostEventMap augmentation and permissive for the rest.Was this page helpful?