HighlightSearch
-
class
HighlightSearch
The HighlightSearch class is a concept class for highlight search related enum classes.
Public Types
-
enum class
Scope
: uint32_t Enumeration of how to interpret path scope when performing a highlight search.
Values:
-
enumerator
AtOrAbovePath
Only return highlights that apply at or above the specified path.
-
enumerator
AtOrBelowPath
Only return highlights that apply at or below the specified path.
-
enumerator
ExactPath
Only return highlights that apply at exactly the specified path.
-
enumerator
-
enum class