KC's Workspace
    Preparing search index...

    Type Alias ObjectHook<T, O>

    ObjectHook: T | { handler: T } & { order?: PluginOrder } & O

    A hook in a function or an object form with additional properties.

    Type Parameters

    • T

      The type of the hook function.

    • O = {}

      Additional properties that are specific to some hooks.