MCPcopy Create free account
hub / github.com/angular/components / deselect

Method deselect

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

Deselects the chip.

()

Source from the content-addressed store, hash-verified

154
155 /** Deselects the chip. */
156 deselect(): void {
157 this._setSelectedState(false, false, true);
158 }
159
160 /** Selects this chip and emits userInputSelection event */
161 selectViaInteraction(): void {

Callers

nothing calls this directly

Calls 1

_setSelectedStateMethod · 0.95

Tested by

no test coverage detected