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

Method focused

src/material/chips/chip-set.ts:120–122  ·  view source on GitHub ↗

Whether any of the chips inside of this chip-set has focus.

()

Source from the content-addressed store, hash-verified

118
119 /** Whether any of the chips inside of this chip-set has focus. */
120 get focused(): boolean {
121 return this._hasFocusedChip();
122 }
123
124 /** The chips that are part of this chip set. */
125 @ContentChildren(MatChip, {

Callers

nothing calls this directly

Calls 1

_hasFocusedChipMethod · 0.95

Tested by

no test coverage detected