vigiles API reference
    Preparing search index...

    Interface InjectHook

    interface InjectHook {
        on: string;
        produce: (e: SessionEvent) => Injection;
        role: "inject";
    }
    Index

    Properties

    Properties

    on: string
    produce: (e: SessionEvent) => Injection

    Produces context to add. Its return type (Injection) has no deny — by design.

    role: "inject"