()
| 134 | } |
| 135 | |
| 136 | get _isSelectable() { |
| 137 | return this._tableSelection?.isSelectable(); |
| 138 | } |
| 139 | |
| 140 | get _isMultiSelect() { |
| 141 | return !!this._tableSelection?.isMultiSelectable(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…