Wirebrowser Automation Script API Referece
    Preparing search index...

    Interface HookLocation

    interface HookLocation {
        col: number;
        file: string;
        line: number;
    }
    Index

    Properties

    Properties

    col: number
    file: string
    line: number