Returns whether the chip has any interactive actions.
()
| 392 | |
| 393 | /** Returns whether the chip has any interactive actions. */ |
| 394 | _hasInteractiveActions(): boolean { |
| 395 | return this._getActions().length > 0; |
| 396 | } |
| 397 | |
| 398 | /** Handles interactions with the edit action of the chip. */ |
| 399 | _edit(event: Event) { |
no test coverage detected