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

Method selected

src/material/chips/chip-option.ts:113–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 /** Whether the chip is selected. */
112 @Input({transform: booleanAttribute})
113 get selected(): boolean {
114 return this._selected;
115 }
116 set selected(value: boolean) {
117 this._setSelectedState(value, false, true);
118 }

Callers

nothing calls this directly

Calls 1

_setSelectedStateMethod · 0.95

Tested by

no test coverage detected