HTML search match interface

interface IHTMLSearchMatch {
    node: Text;
    position: number;
    text: string;
}

Hierarchy (view full)

Properties

Properties

node: Text

Node containing the match

position: number

Start location of the match (in a text, this is the column)

text: string

Text of the exact match itself