MCPcopy
hub / github.com/angular/components / geEditButton

Method geEditButton

src/material/chips/testing/chip-harness.ts:71–73  ·  view source on GitHub ↗

* Gets the edit button inside of a chip. * @param filter Optionally filters which chips are included.

(filter: ChipEditHarnessFilters = {})

Source from the content-addressed store, hash-verified

69 * @param filter Optionally filters which chips are included.
70 */
71 async geEditButton(filter: ChipEditHarnessFilters = {}): Promise<MatChipEditHarness> {
72 return this.locatorFor(MatChipEditHarness.with(filter))();
73 }
74
75 /**
76 * Gets the remove button inside of a chip.

Callers

nothing calls this directly

Calls 2

locatorForMethod · 0.80
withMethod · 0.45

Tested by

no test coverage detected