MCPcopy Index your code
hub / github.com/angular/angular / getRootNode

Method getRootNode

packages/core/src/render3/interfaces/renderer_dom.ts:64–64  ·  view source on GitHub ↗

* Returns the root node containing this node. This is either: * 1. The `Document` containing the node, if attached in light DOM. * 2. The `ShadowRoot` containing the node, if attached in shadow DOM. * 3. The root node of a detached tree. * * @see https://developer.mozilla.org/en-US/do

(options?: {composed?: boolean})

Source from the content-addressed store, hash-verified

62 * @see https://developer.mozilla.org/en-US/docs/Web/API/Node/getRootNode
63 */
64 getRootNode?(options?: {composed?: boolean}): RNode;
65}
66
67/**

Callers 2

getStyleHostFunction · 0.80
watchValidityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected