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

Method multiple

src/cdk/listbox/listbox.ts:301–303  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299 */
300 @Input({alias: 'cdkListboxMultiple', transform: booleanAttribute})
301 get multiple(): boolean {
302 return this.selectionModel.multiple;
303 }
304 set multiple(value: boolean) {
305 this.selectionModel.multiple = value;
306

Callers

nothing calls this directly

Calls 1

_updateInternalValueMethod · 0.95

Tested by

no test coverage detected