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

Method isFocused

src/aria/grid/testing/grid-harness.ts:90–93  ·  view source on GitHub ↗

Whether the cell is focused.

()

Source from the content-addressed store, hash-verified

88
89 /** Whether the cell is focused. */
90 async isFocused(): Promise<boolean> {
91 const host = await this.host();
92 return host.isFocused();
93 }
94}
95
96/** Harness for interacting with a standard ngGridRow in tests. */

Callers

nothing calls this directly

Calls 1

isFocusedMethod · 0.65

Tested by

no test coverage detected