JSONPath Tools / @jsonpath-tools/jsonpath / DocumentHighlight
Class: DocumentHighlight
One document highlight.
Constructors
new DocumentHighlight()
ts
new DocumentHighlight(range): DocumentHighlight
Parameters
range
Text range to be highlighted.
Returns
DocumentHighlight
Properties
range
ts
readonly range: TextRange;
Text range to be highlighted.