AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface FindInPageResult

    interface FindInPageResult {
        activeMatchOrdinal: number;
        finalUpdate: boolean;
        matches: number;
        requestId: number;
        selectionArea: Rectangle;
    }
    Index
    activeMatchOrdinal: number

    Position of the active match.

    finalUpdate: boolean
    matches: number

    Number of Matches.

    requestId: number
    selectionArea: Rectangle

    Coordinates of first match region.