emitter.emit(action, data).
Type Aliases
ProviderCustomEventPayload
Fired for provider-defined custom events via .
Fired for provider-defined custom events via
Last modified on July 27, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Warning: This documentation is a WIP.
Fired for provider-defined custom events via .
emitter.emit(action, data).
type ProviderCustomEventPayload = BaseProviderHookPayload & { data: unknown }
Was this page helpful?