Variables
Let HIGHLIGHT_TIMER
HIGHLIGHT_TIMER: any
Let lastHighlights
lastHighlights: any
Let selected
selected: number = 0
Functions
drawHighlights
- drawHighlights(highlights: any): void
jumpToMatch
- jumpToMatch(searchQuery: any, reverse: any): Promise<void>
-
Parameters
-
searchQuery: any
-
reverse: any
Returns Promise<void>
jumpToNextMatch
- jumpToNextMatch(n: number): Promise<void>
-
Parameters
Returns Promise<void>
removeHighlighting
- removeHighlighting(): void