vigiles API reference
    Preparing search index...

    Interface ReactEvent

    The event a react hook reacts over — the tool, the file path, AND its response.

    interface ReactEvent {
        event: string;
        path: PathView;
        response: ResponseView;
        tool: string;
    }
    Index

    Properties

    Properties

    event: string
    path: PathView
    response: ResponseView

    The tool's response (PostToolUse) — react only on an error, capture output, …

    tool: string