Wirebrowser Automation Script API Referece
    Preparing search index...

    Interface EnterHookResult

    interface EnterHookResult {
        error?: string;
        evalResult?: HookEvalResult;
        functionSource?: string;
        messages: any[];
        phase: "enter";
        stackTrace: HookStackFrame[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    error?: string
    evalResult?: HookEvalResult
    functionSource?: string
    messages: any[]
    phase: "enter"
    stackTrace: HookStackFrame[]