Base search match interface

interface ISearchMatch {
    position: number;
    text: string;
}

Hierarchy (view full)

Properties

Properties

position: number

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

text: string

Text of the exact match itself