Wirebrowser Automation Script API Referece
    Preparing search index...

    Interface HookReturnValue

    interface HookReturnValue {
        isPromise?: boolean;
        objectId?: string;
        type?: string;
        value?: any;
    }
    Index

    Properties

    isPromise?: boolean
    objectId?: string
    type?: string
    value?: any