Variables
Let HIGHLIGHT_TIMER
HIGHLIGHT_TIMER: any
Let lastHighlights
lastHighlights: any
Let selected
selected: number = 0
Functions
currentMatchRange
- currentMatchRange(): Range
drawHighlights
- drawHighlights(highlights: any): void
focusHighlight
- focusHighlight(index: any): void
jumpToMatch
- jumpToMatch(searchQuery: any, option: any): Promise<void>
-
Parameters
-
searchQuery: any
-
option: any
Returns Promise<void>
jumpToNextMatch
- jumpToNextMatch(n: number, searchFromView?: boolean): Promise<void>
-
Parameters
-
n: number
-
Default value searchFromView: boolean = false
Returns Promise<void>
removeHighlighting
- removeHighlighting(): void
repositionHighlight
- repositionHighlight(): void