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

Method select

src/cdk-experimental/selection/selection-set.ts:18–18  ·  view source on GitHub ↗
(...values: SelectableWithIndex<T>[])

Source from the content-addressed store, hash-verified

16interface TrackBySelection<T> {
17 isSelected(value: SelectableWithIndex<T>): boolean;
18 select(...values: SelectableWithIndex<T>[]): void;
19 deselect(...values: SelectableWithIndex<T>[]): void;
20 changed: Subject<SelectionChange<T>>;
21}

Callers 15

toggleSelectionMethod · 0.65
_selectAllMethod · 0.65
toggleAllRowsMethod · 0.65
grid.spec.tsFile · 0.65
selectRowMethod · 0.65
selectColMethod · 0.65
selectMethod · 0.65
_updateRangeSelectionMethod · 0.65
selectMethod · 0.65

Implementers 6

SelectionSetsrc/cdk-experimental/selection/selecti
MatChipOptionHarnesssrc/material/chips/testing/chip-option
MatListOptionHarnesssrc/material/list/testing/selection-li
SelectionModelsrc/cdk/collections/selection-model.ts
CdkOptionsrc/cdk/listbox/listbox.ts
CdkListboxsrc/cdk/listbox/listbox.ts

Calls

no outgoing calls

Tested by

no test coverage detected