()
| 694 | (_a = this._selectionService) == null ? void 0 : _a.clearSelection(); |
| 695 | } |
| 696 | selectAll() { |
| 697 | var _a; |
| 698 | (_a = this._selectionService) == null ? void 0 : _a.selectAll(); |
| 699 | } |
| 700 | selectLines(e3, t3) { |
| 701 | var _a; |
| 702 | (_a = this._selectionService) == null ? void 0 : _a.selectLines(e3, t3); |