MCPcopy Index your code
hub / github.com/angular/components / _hasInteractiveActions

Method _hasInteractiveActions

src/material/chips/chip.ts:394–396  ·  view source on GitHub ↗

Returns whether the chip has any interactive actions.

()

Source from the content-addressed store, hash-verified

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) {

Callers 3

_isRippleDisabledMethod · 0.95
chip.spec.tsFile · 0.80
chip-row.spec.tsFile · 0.80

Calls 1

_getActionsMethod · 0.95

Tested by

no test coverage detected