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

Method select

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

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

(...values: T[])

Source from the content-addressed store, hash-verified

75 * @return Whether the selection changed as a result of this call
76 */
77 select(...values: T[]): boolean {
78 return this._select(values);
79 }
80
81 /**
82 * Deselects a value or an array of values.

Callers 1

toggleMethod · 0.95

Calls 1

_selectMethod · 0.95

Tested by

no test coverage detected