Wirebrowser Automation Script API Referece
    Preparing search index...

    Interface HeapSnapshotSearchResult

    Single result entry returned by heap snapshot search. It contains the matched object and additional data

    interface HeapSnapshotSearchResult {
        result: any;
    }
    Index

    Properties

    Properties

    result: any