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

Method deselect

src/cdk/collections/selection-model.ts:86–88  ·  view source on GitHub ↗

* Deselects a value or an array of values. * @param values The values to deselect * @return Whether the selection changed as a result of this call

(...values: T[])

Source from the content-addressed store, hash-verified

84 * @return Whether the selection changed as a result of this call
85 */
86 deselect(...values: T[]): boolean {
87 return this._deselect(values);
88 }
89
90 /**
91 * Sets the selected values

Callers 1

toggleMethod · 0.95

Calls 1

_deselectMethod · 0.95

Tested by

no test coverage detected