Functions
- currentMatchRange
- focusHighlight
- jumpToMatch
- jumpToNextMatch
- removeHighlighting
- repositionHighlight
Functions
currentMatchRange
-
currentMatchRange(): Range
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
- searchFromView: boolean = false
Returns Promise<void>
removeHighlighting
-
removeHighlighting(): void
repositionHighlight
-
repositionHighlight(): void