Deselects the chip.
()
| 154 | |
| 155 | /** Deselects the chip. */ |
| 156 | deselect(): void { |
| 157 | this._setSelectedState(false, false, true); |
| 158 | } |
| 159 | |
| 160 | /** Selects this chip and emits userInputSelection event */ |
| 161 | selectViaInteraction(): void { |
nothing calls this directly
no test coverage detected