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

Properties

Properties

length: number

The length of the offset.

offset: number

The 0 based offset inside the string where the highlight should start.