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

Method select

src/material/chips/chip-option.ts:151–153  ·  view source on GitHub ↗

Selects the chip.

()

Source from the content-addressed store, hash-verified

149
150 /** Selects the chip. */
151 select(): void {
152 this._setSelectedState(true, false, true);
153 }
154
155 /** Deselects the chip. */
156 deselect(): void {

Callers

nothing calls this directly

Calls 1

_setSelectedStateMethod · 0.95

Tested by

no test coverage detected