Header menu logo fable-electron-docs-api

Result Type

Constructors

Constructor Description

Result(requestId, activeMatchOrdinal, matches, selectionArea, finalUpdate)

Full Usage: Result(requestId, activeMatchOrdinal, matches, selectionArea, finalUpdate)

Parameters:
    requestId : int -
    activeMatchOrdinal : int - Position of the active match.
    matches : int - Number of Matches.
    selectionArea : Rectangle - Coordinates of first match region.
    finalUpdate : bool -

Returns: Result
requestId : int

activeMatchOrdinal : int

Position of the active match.

matches : int

Number of Matches.

selectionArea : Rectangle

Coordinates of first match region.

finalUpdate : bool

Returns: Result

Instance members

Instance member Description

this.activeMatchOrdinal

Full Usage: this.activeMatchOrdinal

Position of the active match.

this.finalUpdate

Full Usage: this.finalUpdate

this.matches

Full Usage: this.matches

Number of Matches.

this.requestId

Full Usage: this.requestId

this.selectionArea

Full Usage: this.selectionArea

Coordinates of first match region.

Type something to start searching.