interface PredictionSubstring {
    length: number;
    offset: number;
}

Properties

Properties

length: number

length of the entered term.

offset: number

location of the entered term.