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

Method multiple

src/cdk-experimental/selection/selection.ts:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 /** Whether to support multiple selection */
53 @Input('cdkSelectionMultiple')
54 get multiple(): boolean {
55 return this._multiple;
56 }
57 set multiple(multiple: BooleanInput) {
58 this._multiple = coerceBooleanProperty(multiple);
59 }

Callers

nothing calls this directly

Calls 1

coerceBooleanPropertyFunction · 0.90

Tested by

no test coverage detected