Interface DocumentHighlight

interface DocumentHighlight {
    kind?: DocumentHighlightKind;
    range: Range;
}

Properties

Properties

range: Range