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

Method getText

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

Gets the text content of the cell.

()

Source from the content-addressed store, hash-verified

58
59 /** Gets the text content of the cell. */
60 async getText(): Promise<string> {
61 const host = await this.host();
62 return host.text();
63 }
64
65 /** Clicks the cell. */
66 async click(): Promise<void> {

Callers 14

getMetadataFunction · 0.45
hasDirectiveDecoratorMethod · 0.45
_validateNodeMethod · 0.45
applyMethod · 0.45
visitGetAccessorMethod · 0.45
visitIdentifierMethod · 0.45
visitNamedImportsMethod · 0.45
_validateDecoratorMethod · 0.45
visitClassDeclarationMethod · 0.45
visitGetAccessorMethod · 0.45
withMethod · 0.45

Calls 1

textMethod · 0.65

Tested by

no test coverage detected