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

Method writeValue

src/cdk/listbox/listbox.ts:612–615  ·  view source on GitHub ↗

* Sets the listbox's value. * @param value The new value of the listbox * @docs-private

(value: readonly T[])

Source from the content-addressed store, hash-verified

610 * @docs-private
611 */
612 writeValue(value: readonly T[]): void {
613 this._setSelection(value);
614 this._verifyOptionValues();
615 }
616
617 /**
618 * Sets the disabled state of the listbox.

Calls 2

_setSelectionMethod · 0.95
_verifyOptionValuesMethod · 0.95

Tested by

no test coverage detected