MCPcopy
hub / github.com/angular/components / focus

Method focus

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

Dummy method for subclasses to override. Base chip set cannot be focused.

()

Source from the content-addressed store, hash-verified

160
161 /** Dummy method for subclasses to override. Base chip set cannot be focused. */
162 focus() {}
163
164 /** Handles keyboard events on the chip set. */
165 _handleKeydown(event: KeyboardEvent) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected