()
| 678 | return this._decorationService.registerDecoration(e3); |
| 679 | } |
| 680 | hasSelection() { |
| 681 | return !!this._selectionService && this._selectionService.hasSelection; |
| 682 | } |
| 683 | select(e3, t3, i3) { |
| 684 | this._selectionService.setSelection(e3, t3, i3); |
| 685 | } |