For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/interfaces/api.TargetHookEntry.md.
  • 简体中文
  • Interface: TargetHookEntry

    Extends

    Properties

    event

    readonly event: NormalizedHookEvent

    Inherited from

    TargetHookWrapper.event


    hook

    readonly hook: NormalizedHook

    Inherited from

    TargetHookWrapper.hook


    indexed?

    readonly optional indexed?: false

    False when this wrapper is a host-document variant of an indexed hook rather than its canonical entry.

    Inherited from

    TargetHookWrapper.indexed


    nativeEvent

    readonly nativeEvent: string

    Inherited from

    TargetHookWrapper.nativeEvent


    nativeMatcher?

    readonly optional nativeMatcher?: string

    The computed native tool matcher, absent when the host applies the hook unconditionally.

    Inherited from

    TargetHookWrapper.nativeMatcher


    relativePath

    readonly relativePath: string

    Inherited from

    TargetHookWrapper.relativePath


    target

    readonly target: string

    Inherited from

    TargetHookWrapper.target


    timeout?

    readonly optional timeout?: number

    Timeout projected into the native host's seconds unit.


    virtualSource

    readonly virtualSource: string