@yesstudio/nuxt-composables
    Preparing search index...

    Type Alias UseEventHookOn<T>

    UseEventHookOn: (callback: UseEventHookCallback<T>) => { off(): void }

    Represents a function that adds a callback to an event hook.

    Type Parameters

    • T = unknown

      The type of the parameter that the callback will receive.

    Type Declaration