Wirebrowser Automation Script API Referece
    Preparing search index...

    Interface BaseHookResult

    interface BaseHookResult {
        error?: string;
        evalResult?: HookEvalResult;
        functionSource?: string;
        messages: any[];
        stackTrace: HookStackFrame[];
    }

    Hierarchy (View Summary)

    Index

    Properties

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