MCPcopy Index your code
hub / github.com/angular/components / value

Method value

src/material/chips/chip-listbox.ts:176–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174 /** The value of the listbox, which is the combined value of the selected chips. */
175 @Input()
176 get value(): any {
177 return this._value;
178 }
179 set value(value: any) {
180 if (this._chips && this._chips.length) {
181 this._setSelectionByValue(value, false);

Callers

nothing calls this directly

Calls 1

_setSelectionByValueMethod · 0.95

Tested by

no test coverage detected