Selects this chip and emits userInputSelection event
()
| 159 | |
| 160 | /** Selects this chip and emits userInputSelection event */ |
| 161 | selectViaInteraction(): void { |
| 162 | this._setSelectedState(true, true, true); |
| 163 | } |
| 164 | |
| 165 | /** Toggles the current selected state of this chip. */ |
| 166 | toggleSelected(isUserInput: boolean = false): boolean { |
no test coverage detected