Type alias FindInPageResult

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

Type declaration

  • activeMatchOrdinal: number

    Position of the active match.

  • finalUpdate: boolean
  • matches: number

    Number of Matches.

  • requestId: number
  • selectionArea: Rectangle

    Coordinates of first match region.

Generated using TypeDoc