vigiles API reference
    Preparing search index...

    Interface ReactHook

    interface ReactHook {
        match: { tools: readonly string[] };
        on: string;
        react: (e: ReactEvent) => Reaction;
        role: "react";
    }
    Index

    Properties

    Properties

    match: { tools: readonly string[] }
    on: string
    react: (e: ReactEvent) => Reaction

    Reacts to a tool that already ran. Returns a Reaction — NO deny exists here.

    role: "react"