MCPcopy
hub / github.com/angular/angular / getAttribute

Method getAttribute

packages/core/src/render3/interfaces/renderer_dom.ts:79–79  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

77 textContent: string | null;
78 hasAttribute(name: string): boolean;
79 getAttribute(name: string): string | null;
80 setAttribute(name: string, value: string | TrustedHTML | TrustedScript | TrustedScriptURL): void;
81 removeAttribute(name: string): void;
82 setAttributeNS(

Calls

no outgoing calls